commit | cc246ecb5675983a879af97b0b466c6d7d64d308 | [log] [tgz] |
---|---|---|
author | Herbert Thielen <thielen@hs-worms.de> | Wed Aug 30 11:59:36 2017 +0200 |
committer | Herbert Thielen <thielen@hs-worms.de> | Wed Aug 30 11:59:36 2017 +0200 |
tree | 9770dab75e42603a53d85b453e493da4cabf0ccc | |
parent | 71e2858f32902ca736e2dc8d81b512a4dfa18b80 [diff] [blame] |
use build type set in .travis.yml The BUILD_TYPE variable of .travis.yml was ignored up to now.
diff --git a/travis.sh b/travis.sh index 1b23a3d..819e366 100755 --- a/travis.sh +++ b/travis.sh
@@ -9,6 +9,7 @@ -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