aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-21 17:43:37 +0200
committerLoïc Hoguin <[email protected]>2015-07-21 18:21:20 +0200
commit12a4cc5947852fc8b94c133bcbf482a4f085982e (patch)
tree79b0f11dea8574af6a61d8573a323f435f0ac299 /circle.yml
parent9a9183edf84b0352bf59a89d840b9ba5369e2197 (diff)
downloadcowboy-12a4cc5947852fc8b94c133bcbf482a4f085982e.tar.gz
cowboy-12a4cc5947852fc8b94c133bcbf482a4f085982e.tar.bz2
cowboy-12a4cc5947852fc8b94c133bcbf482a4f085982e.zip
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!
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 1f4ed9a..9192be4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,8 +1,14 @@
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: