Configure project for actually different build types

This commit is contained in:
Dennis Luxen 2013-08-08 14:58:40 +02:00
parent 7fe997d38c
commit 5445b64376

View File

@ -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: