mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-09 11:53:16 +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
|
# Run Tests
|
||||||
after_script:
|
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
|
# Only watch the development branch
|
||||||
branches:
|
branches:
|
||||||
|
@ -268,7 +268,7 @@ IF (BUILD_CLAR)
|
|||||||
ENDIF ()
|
ENDIF ()
|
||||||
|
|
||||||
ENABLE_TESTING()
|
ENABLE_TESTING()
|
||||||
ADD_TEST(libgit2_clar libgit2_clar)
|
ADD_TEST(libgit2_clar libgit2_clar -ionline)
|
||||||
ENDIF ()
|
ENDIF ()
|
||||||
|
|
||||||
IF (TAGS)
|
IF (TAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user