Commit 10db9184 by Alexander Karzhenkov

Configure Travis to build "Release" instead of "Debug"

parent 7092890f
...@@ -325,7 +325,7 @@ script: ...@@ -325,7 +325,7 @@ script:
- CMAKE_OPTIONS+=${CXX_STANDARD:+ -DCMAKE_CXX_STANDARD=$CXX_STANDARD -DCMAKE_CXX_STANDARD_REQUIRED=ON} - CMAKE_OPTIONS+=${CXX_STANDARD:+ -DCMAKE_CXX_STANDARD=$CXX_STANDARD -DCMAKE_CXX_STANDARD_REQUIRED=ON}
# build configuration # build configuration
- CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE=Debug" - CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE=Release"
# compile and execute unit tests # compile and execute unit tests
- mkdir -p build && cd build - mkdir -p build && cd build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment