mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 09:09:33 +00:00
clar: Disable online tests. By now.
This commit is contained in:
parent
f7110e6ca3
commit
c2ea65eec3
@ -33,7 +33,7 @@ script:
|
||||
|
||||
# Run Tests
|
||||
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
|
||||
branches:
|
||||
|
@ -349,7 +349,7 @@ IF (BUILD_CLAR)
|
||||
ENDIF ()
|
||||
|
||||
ENABLE_TESTING()
|
||||
ADD_TEST(libgit2_clar libgit2_clar -ionline)
|
||||
ADD_TEST(libgit2_clar libgit2_clar)
|
||||
ENDIF ()
|
||||
|
||||
IF (TAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user