sway/.travis.yml
2016-01-23 15:11:23 +01:00

28 lines
401 B
YAML

sudo: required
language: c
compiler:
- gcc
- clang
arch:
packages:
- cmake
- xorg-server-xwayland
- asciidoc
- json-c
- wayland
- xcb-util-image
- pango
- cairo
- gdk-pixbuf2
- xcb-util-wm
- wlc-git
script:
- "cmake ."
- "make"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"