aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-21 11:04:03 +0200
committerLoïc Hoguin <[email protected]>2015-09-21 11:04:03 +0200
commitd41ce3032c53f38e8b2adccb81f8879d027fe633 (patch)
treec6abeb12ab82ae998dd1e0defafd74a0790dfb6d /circle.yml
parentd415fda4f3c7a9054817c842002134c66939ff92 (diff)
downloaderlang.mk-d41ce3032c53f38e8b2adccb81f8879d027fe633.tar.gz
erlang.mk-d41ce3032c53f38e8b2adccb81f8879d027fe633.tar.bz2
erlang.mk-d41ce3032c53f38e8b2adccb81f8879d027fe633.zip
Install gcc on CircleCI
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b5a8efe..b1feef7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -9,7 +9,7 @@ dependencies:
pre:
- sudo apt-get update
- - sudo apt-get install autoconf2.59
+ - sudo apt-get install autoconf2.59 gcc
- 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: