1
1
mirror of https://github.com/swaywm/sway synced 2025-03-03 09:51:18 +01:00
sway/.travis.yml
Mikkel Oscar Lyderik Larsen 2c2193bb99
Enable docker service in travis
Adds the docker service in travis which is now required by arch-travis.

See: https://github.com/mikkeloscar/arch-travis/pull/40
2018-03-03 16:36:25 +01:00

30 lines
401 B
YAML

sudo: required
services:
- docker
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"