mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-28 20:08:54 +00:00
Always install valgrind via the apt addon.
This commit is contained in:
parent
51f8799903
commit
b48dfe0bbe
@ -27,6 +27,7 @@ addons:
|
||||
- libssh2-1-dev
|
||||
- openssh-client
|
||||
- openssh-server
|
||||
- valgrind
|
||||
|
||||
sudo: false
|
||||
|
||||
@ -62,7 +63,6 @@ script:
|
||||
|
||||
# Run Tests
|
||||
after_success:
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" -a -n "$VALGRIND" ]; then sudo apt-get -qq install valgrind; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" -a -n "$VALGRIND" ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=./libgit2_clar.supp _build/libgit2_clar -ionline; fi
|
||||
|
||||
# Only watch the development and master branches
|
||||
|
Loading…
Reference in New Issue
Block a user