Configure project for actually different build types
This commit is contained in:
parent
7fe997d38c
commit
5445b64376
@ -11,7 +11,7 @@ before_script:
|
||||
- bundle install
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake .. $OPTIONS
|
||||
script: make
|
||||
after_script:
|
||||
- cd ..
|
||||
@ -21,8 +21,8 @@ branches:
|
||||
- master
|
||||
- develop
|
||||
env:
|
||||
- OPTIONS="-DCMAKE_BUILD_TYPE=Release"
|
||||
- OPTIONS="-DCMAKE_BUILD_TYPE=Debug"
|
||||
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Release"
|
||||
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug"
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
Loading…
Reference in New Issue
Block a user