mirror of
https://github.com/aria2/aria2.git
synced 2025-01-01 15:44:55 +00:00
travis: Add autopoint and use libssl-dev
nettle-dev is not white listed yet, and libgcrypt is a bit old. libssl-dev is mostly up-to-date and usable.
This commit is contained in:
parent
9334256658
commit
e210f57594
@ -13,11 +13,10 @@ addons:
|
|||||||
- autoconf
|
- autoconf
|
||||||
- automake
|
- automake
|
||||||
- autotools-dev
|
- autotools-dev
|
||||||
|
- autopoint
|
||||||
- libtool
|
- libtool
|
||||||
- pkg-config
|
- pkg-config
|
||||||
- libgnutls-dev
|
- libssl-dev
|
||||||
- nettle-dev
|
|
||||||
- libgmp-dev
|
|
||||||
- libc-ares-dev
|
- libc-ares-dev
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
@ -34,4 +33,5 @@ before_script:
|
|||||||
- ./configure
|
- ./configure
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make check
|
# libcppunit-dev has not been white listed yet.
|
||||||
|
# - make check
|
||||||
|
Loading…
Reference in New Issue
Block a user