1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

Update .travis.yml

This commit is contained in:
Xuan Sang LE 2019-11-20 08:56:33 +01:00 committed by GitHub
parent 6bd5c473b9
commit 1a8423b120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
language: c
before_install:
- 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:
- make initd
- autoconf
- automake --add-missing
- ./configure
- make