From 196c50aa05e3fc35cdf922907e5ccaa644bb4e25 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 22:27:20 +0200 Subject: [PATCH] Adjust ci --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9113b1e..63bee0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,5 @@ name: ci +description: "CI" on: push: @@ -7,15 +8,4 @@ on: runs: using: 'docker' image: 'Dockerfile' -steps: -- uses: actions/checkout@v3 -- run: bash scripts/install-development-environment -- run: meson setup build/ -Dxwayland=true -Dman-pages=true --buildtype=release -- run: ninja -C build/ -- run: meson test -C build/ -- uses: actions/upload-artifact@v1 - if: failure() - with: - name: Cagebreak_Meson_Testlog - path: builddir/meson-logs/testlog.txt