diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..30fb8d76 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ +sudo: required + +language: c + +compiler: + - gcc + - clang + +arch: + packages: + - cmake + - wayland + - wayland-protocols + - mesa + - libinput + - libxkbcommon + - libcap + script: + - "cmake -DCMAKE_BUILD_TYPE=Release ." + - "make" + +script: + - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" |