From 3bc799811ff6ae4e034f48c55f1b3f8c4e2fd3f4 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Fri, 17 Jul 2020 21:57:51 +0200 Subject: ci: use void linux arch is taking too long to get wlroots 0.11.0 and I already updated it for void. --- .github/workflows/ci_build_xwayland.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/ci_build_xwayland.yml (limited to '.github/workflows/ci_build_xwayland.yml') diff --git a/.github/workflows/ci_build_xwayland.yml b/.github/workflows/ci_build_xwayland.yml deleted file mode 100644 index 0c9ede5..0000000 --- a/.github/workflows/ci_build_xwayland.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Build river and run the test suite with xwayland enabled every time a commit -# is pushed to master or a pull request is opened against master. - -on: [push, pull_request] - -name: Archliunx + Xwayland - -jobs: - build: - name: Archliunx + Xwayland - runs-on: ubuntu-latest - container: archlinux:latest - - steps: - - name: Install Dependencies - run: | - pacman -Syu --noconfirm zig wayland-protocols wlroots pkgconf - - - name: Checkout Code - uses: actions/checkout@master - - - name: build - run: | - zig build -Dxwayland=true - - - name: test - run: | - zig build -Dxwayland=true test - - - name: zig fmt - run: | - find . -path ./zig-cache -prune -o -name "*.zig" -exec zig fmt --check {} ";" -- cgit v1.2.3