mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 19:50:19 +00:00
travis: Only run Valgrind when all tests pass
This commit is contained in:
parent
5df7ad3ece
commit
ced8eff1e5
@ -32,8 +32,8 @@ script:
|
|||||||
- ctest -V .
|
- ctest -V .
|
||||||
|
|
||||||
# Run Tests
|
# Run Tests
|
||||||
after_script:
|
after_success:
|
||||||
- if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline; else echo "Skipping valgrind"; fi
|
- valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
|
||||||
|
|
||||||
# Only watch the development branch
|
# Only watch the development branch
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user