From 08a2f47a5ea1bd5062d428d6061f505022ed1bb0 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sun, 24 May 2020 19:22:42 +0200 Subject: Add CI for xwayland --- .github/workflows/ci_build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.github/workflows/ci_build.yml') diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index f8cb452..e6a718c 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -1,7 +1,5 @@ # Build river and run the test suite every time a commit is pushed to master or # a pull request is opened against master. -# -# TODO: figure out why this didn't work on alpine on: push: @@ -11,20 +9,17 @@ on: branches: - master -name: Archliunx CI +name: Archliunx jobs: build: - name: Archliunx CI + name: Archliunx runs-on: ubuntu-latest - #container: alpine:edge container: archlinux:latest steps: - name: Install Dependencies run: | - #apk add --no-cache wlroots-dev - #apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zig pacman -Syu --noconfirm zig wayland-protocols wlroots pkgconf - name: Checkout Code -- cgit v1.2.3