summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-17 06:35:00 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-17 06:35:00 -0400
commitdb3ca13185dac5802e56c18f6d181f886ff28abc (patch)
tree1634b933e52c404779e5f6e5da050986e2690e21 /.travis.yml
parenta44b648ec516a0bbdcf9939186233ef8e811b1d3 (diff)
downloadcrawl-ref-travis.tar.gz
crawl-ref-travis.zip
travis configurationtravis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..04142b3583
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+language: cpp
+compiler:
+ - clang
+ - gcc
+env:
+ - NOTHING=1
+ - FULLDEBUG=1
+ - USE_DGAMELAUNCH=1
+ - USE_DGAMELAUNCH=1 FULLDEBUG=1
+ - TILES=1
+ - TILES=1 FULLDEBUG=1
+ - WEBTILES=1
+ - WEBTILES=1 FULLDEBUG=1
+ - USE_DGAMELAUNCH WEBTILES=1
+ - USE_DGAMELAUNCH WEBTILES=1 FULLDEBUG=1
+git:
+ submodules: false
+install: perl .travis/deps.pl
+script: perl .travis/build.pl