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