Try to fix travis building debug and release (cd failed before, causing
travis to fail).
This commit is contained in:
parent
2896b47233
commit
12259c6c48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user