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
ee53b281
Commit
ee53b281
authored
Sep 01, 2017
by
Gennadiy Civil
Committed by
GitHub
Sep 01, 2017
Browse files
Merge branch 'master' into user_logger_instead_of_printf
parents
ca76206f
69e794ca
Changes
81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
travis.sh
travis.sh
+2
-4
No files found.
travis.sh
View file @
ee53b281
...
...
@@ -3,13 +3,11 @@ set -evx
env
|
sort
mkdir
build
||
true
mkdir
build/
$GTEST_TARGET
||
true
cd
build/
$GTEST_TARGET
cd
build
cmake
-Dgtest_build_samples
=
ON
\
-Dgmock_build_samples
=
ON
\
-Dgtest_build_tests
=
ON
\
-Dgmock_build_tests
=
ON
\
-DCMAKE_CXX_FLAGS
=
$CXX_FLAGS
\
..
/../
$GTEST_TARGET
..
make
CTEST_OUTPUT_ON_FAILURE
=
1 make
test
Prev
1
2
3
4
5
Next
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