sway/.travis.yml

27 lines
381 B
YAML
Raw Normal View History

2015-09-04 15:22:07 +00:00
sudo: required
2015-12-23 21:23:27 +00:00
language: c
compiler:
- gcc
- clang
2015-09-04 15:22:07 +00:00
arch:
packages:
- cmake
- xorg-server-xwayland
- json-c
2015-09-04 17:38:19 +00:00
- wayland
2015-09-20 23:57:47 +00:00
- xcb-util-image
2015-11-12 15:40:21 +00:00
- pango
- cairo
- gdk-pixbuf2
- wlc-git
- libcap
2015-09-04 15:22:07 +00:00
script:
- "cmake ."
- "make"
2015-09-04 15:22:07 +00:00
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"