You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
668 B

9 years ago
sudo: required
language: c
compiler:
- gcc
- clang
env:
7 years ago
- BUILD_TYPE=release
- BUILD_TYPE=debug
9 years ago
arch:
packages:
7 years ago
- meson
- ninja
9 years ago
- xorg-server-xwayland
- json-c
- wayland
7 years ago
- wayland-protocols
- xcb-util-image
- pango
- cairo
- gdk-pixbuf2
- libcap
7 years ago
- libinput
- libxkbcommon
9 years ago
script:
- git clone https://github.com/swaywm/wlroots
7 years ago
- 'cd wlroots && meson --prefix=/usr build && ninja -C build && sudo ninja -C build install'
- meson build --buildtype=$BUILD_TYPE
- ninja -C build
9 years ago
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"