Configure project for actually different build types

This commit is contained in:
Dennis Luxen 2013-08-08 14:58:58 +02:00
parent 5445b64376
commit 503324162f

View File

@ -11,7 +11,7 @@ before_script:
- bundle install - bundle install
- mkdir build - mkdir build
- cd build - cd build
- cmake .. $OPTIONS - cmake .. $CMAKEOPTIONS
script: make script: make
after_script: after_script:
- cd .. - cd ..