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:
parent
341f991d58
commit
d64aba49d7
1 changed files with 10 additions and 0 deletions
10
circle.yml
Normal file
10
circle.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue