sway/.travis.yml

18 lines
285 B
YAML
Raw Normal View History

2015-09-04 15:22:07 +00:00
sudo: required
arch:
packages:
- cmake
- xorg-server-xwayland
- asciidoc
- pcre
- json-c
# aur
- wlc-git
script:
- "cmake ."
- "make"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"