mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-10 12:46:12 -04:00
Fix valgrind run on Travis CI by updating path to executables
They are now produced in a bin/ subfolder
This commit is contained in:
parent
e2f80ec992
commit
b657c5f861
@ -128,8 +128,8 @@ script:
|
|||||||
- cmake --build .
|
- cmake --build .
|
||||||
- export ASAN_OPTIONS=verbosity=1:debug=1
|
- export ASAN_OPTIONS=verbosity=1:debug=1
|
||||||
- ctest --verbose --output-on-failure
|
- ctest --verbose --output-on-failure
|
||||||
- if [[ "$VALGRIND" == "true" ]]; then valgrind --leak-check=full --error-exitcode=1 ./SQLiteCpp_example1 ; fi
|
- if [[ "$VALGRIND" == "true" ]]; then valgrind --leak-check=full --error-exitcode=1 bin/SQLiteCpp_example1 ; fi
|
||||||
- if [[ "$VALGRIND" == "true" ]]; then valgrind --leak-check=full --error-exitcode=1 ./SQLiteCpp_tests ; fi
|
- if [[ "$VALGRIND" == "true" ]]; then valgrind --leak-check=full --error-exitcode=1 bin/SQLiteCpp_tests ; fi
|
||||||
|
|
||||||
# generate and publish GCov coveralls results
|
# generate and publish GCov coveralls results
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user