aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index db717718..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,35 +0,0 @@
1sudo: required
2
3language: c
4
5compiler:
6 - gcc
7 - clang
8
9env:
10 - BUILD_TYPE=release
11 - BUILD_TYPE=debug
12
13arch:
14 packages:
15 - meson
16 - ninja
17 - xorg-server-xwayland
18 - json-c
19 - wayland
20 - wayland-protocols
21 - xcb-util-image
22 - pango
23 - cairo
24 - gdk-pixbuf2
25 - libcap
26 - libinput
27 - libxkbcommon
28 script:
29 - git clone https://github.com/swaywm/wlroots
30 - 'cd wlroots && meson --prefix=/usr build && ninja -C build && sudo ninja -C build install'
31 - meson build --buildtype=$BUILD_TYPE
32 - ninja -C build
33
34script:
35 - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"