summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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