aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-03 22:58:45 +0200
committerLoïc Hoguin <[email protected]>2016-10-03 22:58:45 +0200
commit7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b (patch)
treed6f1403337eb56118b787da4cd1f249a193bb06e /circle.yml
parent8cf98c9f3d1292c1b08fca5ca99772ae912eaa86 (diff)
downloadcowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.tar.gz
cowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.tar.bz2
cowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.zip
Update Erlang.mk
Includes some small maintenance tweaks to Makefile etc.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index 7775bcf..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-dependencies:
- cache_directories:
- - "~/.kerl"
- - "~/erlang"
-
- pre:
- - 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
- - make ci-prepare:
- timeout: 3600
-
-test:
- override:
- - source $HOME/erlang/OTP-18.0.3/activate && make dialyze
- - make -k ci:
- timeout: 3600