Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 59d98202 authored by g4m4's avatar g4m4
Browse files

[TRAVIS] Fixed dumb explicit value for gtest usage on this branch


Signed-off-by: default avatarg4m4 <misept.dieseneuf@gmail.com>
parent e14fc7a5
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ before_script: ...@@ -42,7 +42,7 @@ before_script:
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake -DSANDBOX_HAS_GTEST=OFF -DSANDBOX_ENABLE_SIMD=OFF .. - cmake -DSANDBOX_HAS_GTEST=ON -DSANDBOX_ENABLE_SIMD=OFF ..
- make clean - make clean
- make - make
- if [ $TRAVIS_OS_NAME = linux ]; then valgrind --leak-check=full --track-origins=yes ./sandbox/tests/sandbox_tests; else ./sandbox/tests/sandbox_tests; fi - if [ $TRAVIS_OS_NAME = linux ]; then valgrind --leak-check=full --track-origins=yes ./sandbox/tests/sandbox_tests; else ./sandbox/tests/sandbox_tests; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment