diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 31 |
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 @@ -sudo: required - -language: c - -compiler: - - gcc - - clang - -env: - - BUILD_TYPE=Release - - BUILD_TYPE=Debug - - BUILD_TYPE=ASAN - -arch: - packages: - - cmake - - xorg-server-xwayland - - json-c - - wayland - - xcb-util-image - - pango - - cairo - - gdk-pixbuf2 - - wlc-git - - libcap - script: - - "cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ." - - "make" - -script: - - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" |