diff options
author | Loïc Hoguin <[email protected]> | 2016-10-03 22:58:45 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-03 22:58:45 +0200 |
commit | 7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b (patch) | |
tree | d6f1403337eb56118b787da4cd1f249a193bb06e /circle.yml | |
parent | 8cf98c9f3d1292c1b08fca5ca99772ae912eaa86 (diff) | |
download | cowlib-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.yml | 18 |
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 |