mirror of
https://github.com/aria2/aria2.git
synced 2024-11-23 18:13:32 +08:00
travis: Add libssh2 and run make check
This commit is contained in:
parent
e210f57594
commit
18c73f51a4
@ -21,6 +21,7 @@ addons:
|
||||
- libxml2-dev
|
||||
- zlib1g-dev
|
||||
- libsqlite3-dev
|
||||
- libssh2-1-dev
|
||||
- libcppunit-dev
|
||||
before_install:
|
||||
- $CC --version
|
||||
@ -32,6 +33,4 @@ before_script:
|
||||
- autoconf
|
||||
- ./configure
|
||||
script:
|
||||
- make
|
||||
# libcppunit-dev has not been white listed yet.
|
||||
# - make check
|
||||
- make check
|
||||
|
Loading…
Reference in New Issue
Block a user