From 155363153dae90e6a52ac44a6b57a989eac39421 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:43:46 +0200 Subject: [PATCH] build with legacy renderer too in tests --- .github/workflows/ci.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e38bbaa..a7ed4357 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Get wlroots-git run: | su githubuser -c "yay -S --mflags --skipinteg --noprovides --answerclean All --answerdiff None --answeredit None --answerupgrade None wlroots-git" - + - name: Fix permissions for git run: | git config --global --add safe.directory /__w/Hyprland/Hyprland @@ -36,7 +36,12 @@ jobs: - name: Checkout Hyprland uses: actions/checkout@v3 - - name: Build Hyprland + - name: Build Hyprland With default settings run: | git submodule sync --recursive && git submodule update --init --force --recursive make all + + - name: Build Hyprland with LEGACY_RENDERER + run: | + make legacyrenderer +