aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-24 16:53:30 +0100
committerLoïc Hoguin <[email protected]>2015-12-24 16:53:30 +0100
commit1ceffe2a00b9f329b14518cc5b64230acd956cdc (patch)
tree21ae52f008d97a3975bcb26b520c93b32898c8a2
parent51e1c5bc128a61831d03e585a8903f4621fcf2d6 (diff)
downloaderlang.mk-1ceffe2a00b9f329b14518cc5b64230acd956cdc.tar.gz
erlang.mk-1ceffe2a00b9f329b14518cc5b64230acd956cdc.tar.bz2
erlang.mk-1ceffe2a00b9f329b14518cc5b64230acd956cdc.zip
Use OTP 18.2.1 on CircleCI
-rw-r--r--circle.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/circle.yml b/circle.yml
index bfeb857..b651411 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,7 +1,4 @@
general:
- artifacts:
- - "test/pkgs.log"
-
branches:
ignore:
- gh-pages
@@ -16,10 +13,10 @@ dependencies:
- sudo apt-get install autoconf2.59 gcc parallel
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
- - CI_OTP=OTP-18.0.2 make -f core/core.mk -f plugins/ci.mk ci-prepare:
+ - CI_OTP=OTP-18.2.1 make -f core/core.mk -f plugins/ci.mk ci-prepare:
timeout: 3600
test:
override:
- - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check
- - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check LEGACY=1
+ - source $HOME/erlang/OTP-18.2.1/activate && make -j 32 -k check
+ - source $HOME/erlang/OTP-18.2.1/activate && make -j 32 -k check LEGACY=1