mirror of
https://github.com/swaywm/sway.git
synced 2024-11-01 05:57:17 +00:00
23a1e94402
And remove it from the build
27 lines
381 B
YAML
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"
|