Commit c2ea65ee by Vicent Marti

clar: Disable online tests. By now.

parent f7110e6c
...@@ -33,7 +33,7 @@ script: ...@@ -33,7 +33,7 @@ script:
# Run Tests # Run Tests
after_success: after_success:
- 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 ./libgit2_clar
# Only watch the development branch # Only watch the development branch
branches: branches:
......
...@@ -349,7 +349,7 @@ IF (BUILD_CLAR) ...@@ -349,7 +349,7 @@ IF (BUILD_CLAR)
ENDIF () ENDIF ()
ENABLE_TESTING() ENABLE_TESTING()
ADD_TEST(libgit2_clar libgit2_clar -ionline) ADD_TEST(libgit2_clar libgit2_clar)
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