From 12a4cc5947852fc8b94c133bcbf482a4f085982e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 21 Jul 2015 17:43:37 +0200 Subject: 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! --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'circle.yml') 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: -- cgit v1.2.3