sudo: required language: c compiler: - gcc - clang env: - BUILD_TYPE=release - BUILD_TYPE=debug arch: packages: - meson - ninja - xorg-server-xwayland - json-c - wayland - wayland-protocols - xcb-util-image - pango - cairo - gdk-pixbuf2 - libcap - libinput - libxkbcommon script: - meson build --buildtype=$BUILD_TYPE - ninja -C build script: - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"