1
1
mirror of https://github.com/swaywm/sway synced 2025-03-01 12:01:18 +01:00
sway/.travis.yml
Drew DeVault d0bd0ed598 Revert "Merge remote-tracking branch 'besser82/bugfix/json-c' into 0.15"
This reverts commit 1c4a086e7556475139960a25cb642f115d057c23, reversing
changes made to 1263ea6497c732bfa1835eea4a8ffe2e6ea6e377.
2017-12-17 15:52:34 -05:00

27 lines
381 B
YAML

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