aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/archlinux.yml')
-rw-r--r--.builds/archlinux.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
new file mode 100644
index 00000000..4b3e197d
--- /dev/null
+++ b/.builds/archlinux.yml
@@ -0,0 +1,28 @@
+image: archlinux
+packages:
+ - clang
+ - ffmpeg
+ - libcap
+ - libinput
+ - libxkbcommon
+ - mesa
+ - meson
+ - pixman
+ - wayland
+ - wayland-protocols
+ - xcb-util-image
+sources:
+ - https://github.com/swaywm/wlroots
+tasks:
+ - setup: |
+ mkdir wlroots/build-{gcc,clang}
+ cd wlroots/build-gcc
+ CC=gcc meson ..
+ cd ../build-clang
+ CC=clang meson ..
+ - gcc: |
+ cd wlroots/build-gcc
+ ninja
+ - clang: |
+ cd wlroots/build-clang
+ ninja scan-build