mirror of https://github.com/getdnsapi/getdns.git
Dependencies for travis (+ testing...)
This commit is contained in:
parent
3b5d1a9353
commit
f73bf0dfa5
|
@ -19,8 +19,9 @@ addons:
|
||||||
- clang
|
- clang
|
||||||
- wget
|
- wget
|
||||||
- openssh-client
|
- openssh-client
|
||||||
|
- libgnutls28-dev
|
||||||
script:
|
script:
|
||||||
- mkdir tests
|
- mkdir tests
|
||||||
- cd tests
|
- cd tests
|
||||||
- ../src/test/tpkg/run-all.sh
|
# - ../src/test/tpkg/run-all.sh
|
||||||
# - ../src/test/tpkg/run-one.sh 275-server-capabilities.tpkg -V
|
- ../src/test/tpkg/run-one.sh 225-stub-only-valgrind-checks.tpkg -V
|
||||||
|
|
Loading…
Reference in New Issue