summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-01-10 10:37:16 +0100
committerDidier Raboud <odyx@debian.org>2013-01-10 11:55:43 +0100
commite39e802d8314042bc8126484a71cee3952360a59 (patch)
tree1cbf95d7b5cf2430ab07913d955a2c643fa4a8c5 /.travis.yml
parentf7f4bd945ce20b26f13c4ea90feffa8e6ebf3038 (diff)
downloadcolobot-e39e802d8314042bc8126484a71cee3952360a59.tar.gz
colobot-e39e802d8314042bc8126484a71cee3952360a59.tar.bz2
colobot-e39e802d8314042bc8126484a71cee3952360a59.zip
Also test intallation
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 442ccdd..bb99d26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: cpp
compiler:
- gcc
- clang
-script: mkdir build; cd build; cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON && make all doc test
+script: mkdir build; cd build; cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON && make all doc test && DESTDIR=. make install
before_install:
- git submodule update --init --recursive
- sudo apt-get update -qq