mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 00:28:21 +01:00
7 lines
89 B
YAML
7 lines
89 B
YAML
language: c
|
|
install:
|
|
- sudo apt-get install libssl-dev
|
|
script:
|
|
- make initd
|
|
- make
|