1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 13:39:46 +02:00
ant-http/.travis.yml

12 lines
250 B
YAML
Raw Normal View History

2018-03-19 11:33:42 +01:00
language: c
2018-03-19 11:43:27 +01:00
before_install:
- sudo apt-get -qq update
2019-11-20 08:56:33 +01:00
- sudo apt-get install libssl-dev libsqlite3-dev autotools-dev autoconf libtool libtool-bin
2018-03-19 11:33:42 +01:00
script:
2019-11-20 09:00:41 +01:00
- libtoolize
2019-11-20 08:58:45 +01:00
- aclocal
2019-11-20 08:56:33 +01:00
- autoconf
- automake --add-missing
- ./configure
2018-03-19 11:33:42 +01:00
- make