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
- mkdir build
- cd build
- cmake .. $OPTIONS
- cmake .. $CMAKEOPTIONS
script: make
after_script:
- cd ..