aboutsummaryrefslogtreecommitdiff
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 aef0468b..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-sudo: required
-
-services:
-- docker
-
-language: c
-
-compiler:
- - gcc
- - clang
-
-# Settings to try
-env:
- matrix:
- - OPTIONS="-Denable_libcap=true -Denable_systemd=true -Denable_elogind=false -Denable_xwayland=true"
- - OPTIONS="-Denable_libcap=false -Denable_systemd=false -Denable_elogind=false -Denable_xwayland=false"
-
-arch:
- packages:
- - meson
- - ninja
- - wayland
- - wayland-protocols
- - mesa
- - libinput
- - pixman
- - libxkbcommon
- - xcb-util-image
- - libcap
- script:
- - "meson build $OPTIONS"
- - "ninja -C build"
-
-script:
- - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"