0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Experiment with CircleCI

This commit is contained in:
Loïc Hoguin 2015-07-21 12:00:07 +02:00
parent 341f991d58
commit d64aba49d7

10
circle.yml Normal file
View file

@ -0,0 +1,10 @@
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