mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 17:46:00 +01:00
build with legacy renderer too in tests
This commit is contained in:
parent
fdb742f9a9
commit
155363153d
1 changed files with 7 additions and 2 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -36,7 +36,12 @@ jobs:
|
||||||
- name: Checkout Hyprland
|
- name: Checkout Hyprland
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build Hyprland
|
- name: Build Hyprland With default settings
|
||||||
run: |
|
run: |
|
||||||
git submodule sync --recursive && git submodule update --init --force --recursive
|
git submodule sync --recursive && git submodule update --init --force --recursive
|
||||||
make all
|
make all
|
||||||
|
|
||||||
|
- name: Build Hyprland with LEGACY_RENDERER
|
||||||
|
run: |
|
||||||
|
make legacyrenderer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue