0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/circle.yml
Loïc Hoguin 12a4cc5947 Add caching of OTP builds for CircleCI
Unfortunately not seeing how I can try it other than committing
the file... Oh well, polluting the logs!
2015-07-21 18:21:20 +02:00

16 lines
339 B
YAML

dependencies:
cache_directories:
- "~/.kerl"
- "~/erlang"
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
- make ci-prepare:
timeout: 3600
test:
override:
- make ci:
timeout: 3600