Force Release build.

This commit is contained in:
Roger A. Light 2015-03-03 16:21:19 +00:00
parent a68fc4fcfa
commit 6bc1035150

View File

@ -18,7 +18,7 @@ build:
build_script:
- md build
- cd build
- cmake %CMAKE_ARGS% ..
- cmake -DCMAKE_BUILD_TYPE=Release ..
- cmake --build .
- cd ..