mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 00:28:21 +01:00
11 lines
235 B
YAML
11 lines
235 B
YAML
language: c
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install libssl-dev libsqlite3-dev autotools-dev autoconf libtool libtool-bin
|
|
script:
|
|
- aclocal
|
|
- autoconf
|
|
- automake --add-missing
|
|
- ./configure
|
|
- make
|