summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-01-10 10:36:46 +0100
committerDidier Raboud <odyx@debian.org>2013-01-10 11:55:43 +0100
commitf7f4bd945ce20b26f13c4ea90feffa8e6ebf3038 (patch)
treee4baf58ccf82232d085e7eea2de8c91b9b459d22 /.travis.yml
parentd221233436063d83f920731c83582ca115c93b6d (diff)
downloadcolobot-f7f4bd945ce20b26f13c4ea90feffa8e6ebf3038.tar.gz
colobot-f7f4bd945ce20b26f13c4ea90feffa8e6ebf3038.tar.bz2
colobot-f7f4bd945ce20b26f13c4ea90feffa8e6ebf3038.zip
In travis, do out-of-tree build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 772f403..442ccdd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: cpp
compiler:
- gcc
- clang
-script: cmake . -DCMAKE_VERBOSE_MAKEFILE=ON && make all doc test
+script: mkdir build; cd build; cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON && make all doc test
before_install:
- git submodule update --init --recursive
- sudo apt-get update -qq