mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 08:38:22 +01:00
8 lines
124 B
YAML
8 lines
124 B
YAML
language: c
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install libssl-dev
|
|
script:
|
|
- make initd
|
|
- make
|