Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
cc246ecb
Commit
cc246ecb
authored
Aug 30, 2017
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
travis.sh
travis.sh
+1
-0
No files found.
travis.sh
View file @
cc246ecb
...
@@ -9,6 +9,7 @@ cmake -Dgtest_build_samples=ON \
...
@@ -9,6 +9,7 @@ cmake -Dgtest_build_samples=ON \
-Dgtest_build_tests
=
ON
\
-Dgtest_build_tests
=
ON
\
-Dgmock_build_tests
=
ON
\
-Dgmock_build_tests
=
ON
\
-DCMAKE_CXX_FLAGS
=
$CXX_FLAGS
\
-DCMAKE_CXX_FLAGS
=
$CXX_FLAGS
\
-DCMAKE_BUILD_TYPE
=
$BUILD_TYPE
\
..
..
make
make
CTEST_OUTPUT_ON_FAILURE
=
1 make
test
CTEST_OUTPUT_ON_FAILURE
=
1 make
test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment