1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-13 03:16:17 +02:00
sway/.travis.yml
2016-01-23 16:40:39 +01:00

27 lines
383 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
- wlc-git
script:
- "cmake ."
- "make"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"