aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 3eeb1682..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,31 +0,0 @@
1sudo: required
2
3language: c
4
5compiler:
6 - gcc
7 - clang
8
9env:
10 - BUILD_TYPE=Release
11 - BUILD_TYPE=Debug
12 - BUILD_TYPE=ASAN
13
14arch:
15 packages:
16 - cmake
17 - xorg-server-xwayland
18 - json-c
19 - wayland
20 - xcb-util-image
21 - pango
22 - cairo
23 - gdk-pixbuf2
24 - wlc-git
25 - libcap
26 script:
27 - "cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ."
28 - "make"
29
30script:
31 - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"