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