Try to fix travis building debug and release (cd failed before, causing

travis to fail).
This commit is contained in:
hiker 2014-07-24 09:52:29 +10:00
parent 2896b47233
commit 12259c6c48

View File

@ -29,7 +29,8 @@ script:
- make VERBOSE=1 -j 4
# Then a release build:
- mkdir ../build-release
- cd ..
- mkdir build-release
- cd build-release
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCHECK_ASSETS=off
- make VERBOSE=1 -j 4