ant-http/.travis.yml

10 lines
223 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 08:56:33 +01:00
- autoconf
- automake --add-missing
- ./configure
2018-03-19 11:33:42 +01:00
- make