mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 03:06:13 +00:00
Merge pull request #1793 from libgit2/ntk/valgrind
Bring Valgrind back!
This commit is contained in:
commit
8f81ea45ca
@ -28,7 +28,7 @@ script:
|
|||||||
# Run Tests
|
# Run Tests
|
||||||
after_success:
|
after_success:
|
||||||
- sudo apt-get -qq install valgrind
|
- sudo apt-get -qq install valgrind
|
||||||
- valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
|
- valgrind --leak-check=full --show-reachable=yes --suppressions=./libgit2_clar.supp _build/libgit2_clar -ionline
|
||||||
|
|
||||||
# Only watch the development branch
|
# Only watch the development branch
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user