aboutsummaryrefslogtreecommitdiff
path: root/contrib/lutok/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lutok/.travis.yml')
-rw-r--r--contrib/lutok/.travis.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/lutok/.travis.yml b/contrib/lutok/.travis.yml
new file mode 100644
index 000000000000..1e2fb77df152
--- /dev/null
+++ b/contrib/lutok/.travis.yml
@@ -0,0 +1,25 @@
+language: cpp
+
+compiler:
+ - gcc
+ - clang
+
+before_install:
+ - ./admin/travis-install-deps.sh
+
+env:
+ - ARCH=amd64 AS_ROOT=no
+ - ARCH=amd64 AS_ROOT=yes
+ - ARCH=i386 AS_ROOT=no
+
+matrix:
+ exclude:
+ - compiler: clang
+ env: ARCH=i386 AS_ROOT=no
+
+script:
+ - ./admin/travis-build.sh
+
+notifications:
+ email:
+ - lutok-log@googlegroups.com