mirror of
https://github.com/lxsang/ant-http
synced 2025-09-24 11:32:02 +02:00
Update .travis.yml
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
language: c
|
language: c
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install libssl-dev
|
- sudo apt-get install libssl-dev libsqlite3-dev autotools-dev autoconf libtool libtool-bin
|
||||||
script:
|
script:
|
||||||
- make initd
|
- autoconf
|
||||||
|
- automake --add-missing
|
||||||
|
- ./configure
|
||||||
- make
|
- make
|
||||||
|
Reference in New Issue
Block a user