mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
10 lines
239 B
YAML
10 lines
239 B
YAML
dependencies:
|
|
pre:
|
|
- sudo apt-get install autoconf2.59
|
|
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
|
|
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
|
|
|
|
test:
|
|
override:
|
|
- make ci:
|
|
timeout: 3600
|