Try to let yavis compile both debug and release mode.
This commit is contained in:
parent
7f56bf6946
commit
2896b47233
13
.travis.yml
13
.travis.yml
@ -22,11 +22,18 @@ before_install:
|
|||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
|
- sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
|
||||||
script:
|
script:
|
||||||
# Build commands
|
# First a debug build:
|
||||||
- mkdir build
|
- mkdir build-debug
|
||||||
- cd build
|
- cd build-debug
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCHECK_ASSETS=off
|
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCHECK_ASSETS=off
|
||||||
- make VERBOSE=1 -j 4
|
- make VERBOSE=1 -j 4
|
||||||
|
|
||||||
|
# Then a release build:
|
||||||
|
- mkdir ../build-release
|
||||||
|
- cd build-release
|
||||||
|
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCHECK_ASSETS=off
|
||||||
|
- make VERBOSE=1 -j 4
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user