aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index 387156a..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-general:
- artifacts:
- - "logs"
-
-dependencies:
- cache_directories:
- - "~/.kerl"
- - "~/erlang"
-
- pre:
- - sudo pip install autobahntestsuite
- - sudo apt-get update
- - 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
- - KERL_MAKEFLAGS="-j 32 -O" make ci-prepare:
- timeout: 3600
-
-test:
- override:
- - source $HOME/erlang/OTP-18.2.2/activate && make dialyze
- - make -k ci:
- timeout: 3600