Commit cc246ecb authored by Herbert Thielen's avatar Herbert Thielen
Browse files

use build type set in .travis.yml

The BUILD_TYPE variable of .travis.yml was ignored up to now.
parent 71e2858f
......@@ -9,6 +9,7 @@ cmake -Dgtest_build_samples=ON \
-Dgtest_build_tests=ON \
-Dgmock_build_tests=ON \
-DCMAKE_CXX_FLAGS=$CXX_FLAGS \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
..
make
CTEST_OUTPUT_ON_FAILURE=1 make test
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