aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-04 16:46:36 -0500
committerGitHub <noreply@github.com>2018-03-04 16:46:36 -0500
commit3035db74df147aa5fe7252a626c8c767e5e30631 (patch)
treea996f117ccab013b0558ac818c0c14d18baff222 /.travis.yml
parent790cf11c18af7dbca218ba1253a098708989003d (diff)
parent659ee8639430b77da6d00f518494b9c86c2745ff (diff)
downloadsway-3035db74df147aa5fe7252a626c8c767e5e30631.tar.xz
Merge pull request #1617 from swaywm/drop-travis
Drop Travis in favor of builds.sr.ht
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 @@
-sudo: required
-
-language: c
-
-compiler:
- - gcc
- - clang
-
-env:
- - BUILD_TYPE=release
- - BUILD_TYPE=debug
-
-arch:
- packages:
- - meson
- - ninja
- - xorg-server-xwayland
- - json-c
- - wayland
- - wayland-protocols
- - xcb-util-image
- - pango
- - cairo
- - gdk-pixbuf2
- - libcap
- - libinput
- - libxkbcommon
- script:
- - git clone https://github.com/swaywm/wlroots
- - 'cd wlroots && meson --prefix=/usr build && ninja -C build && sudo ninja -C build install'
- - meson build --buildtype=$BUILD_TYPE
- - ninja -C build
-
-script:
- - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"