sway/.travis.yml

27 lines
381 B
YAML
Raw Normal View History

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