diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-09-01 10:07:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-01 10:07:43 -0400 |
commit | b3a1f87f0c5f75d74c2e39f7d9322c3a0a29b9f2 (patch) | |
tree | 18435701302a4af7fa79a0032bc19c147fac9c07 /travis.sh | |
parent | 69e794ca75e6c07ad78a8f7467c267be9ac08921 (diff) | |
parent | 2a720ac1bbd6dd0d14022bedf7a0c3629863b916 (diff) | |
download | googletest-b3a1f87f0c5f75d74c2e39f7d9322c3a0a29b9f2.tar.gz googletest-b3a1f87f0c5f75d74c2e39f7d9322c3a0a29b9f2.tar.bz2 googletest-b3a1f87f0c5f75d74c2e39f7d9322c3a0a29b9f2.zip |
Merge pull request #1235 from aninf-wo/hethi/issue-1175-cmake-build-type
use cmake build type defined in .travis.yml for travis builds
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,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 |