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