mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 22:36:08 +00:00
travis: Include the online suite when running against Travis
This commit is contained in:
parent
2b7b3e1fae
commit
09556895b7
@ -33,7 +33,7 @@ script:
|
||||
|
||||
# Run Tests
|
||||
after_script:
|
||||
- if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -iall; else echo "Skipping valgrind"; fi
|
||||
- if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline; else echo "Skipping valgrind"; fi
|
||||
|
||||
# Only watch the development branch
|
||||
branches:
|
||||
|
@ -268,7 +268,7 @@ IF (BUILD_CLAR)
|
||||
ENDIF ()
|
||||
|
||||
ENABLE_TESTING()
|
||||
ADD_TEST(libgit2_clar libgit2_clar)
|
||||
ADD_TEST(libgit2_clar libgit2_clar -ionline)
|
||||
ENDIF ()
|
||||
|
||||
IF (TAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user