From 1267388416fbd46ab7dad230116d01081c1215f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 25 Jul 2015 21:26:56 +0200 Subject: Add CircleCI to the 1.0 branch Let's hope it works on first try. LOTS of OTP versions to test! --- circle.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 circle.yml (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..ee255e7 --- /dev/null +++ b/circle.yml @@ -0,0 +1,22 @@ +general: + artifacts: + - "logs" + +dependencies: + cache_directories: + - "~/.kerl" + - "~/erlang" + + pre: + - sudo pip install autobahntestsuite + - 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: 18000 + +test: + override: + - source $HOME/erlang/OTP-18.0.2/activate && make dialyze + - make -k ci: + timeout: 3600 -- cgit v1.2.3