Commit 09556895 by nulltoken

travis: Include the online suite when running against Travis

parent 2b7b3e1f
...@@ -33,7 +33,7 @@ script: ...@@ -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) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment