Browse Source

Install gcc on CircleCI

Loïc Hoguin 9 years ago
parent
commit
d41ce3032c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      circle.yml

+ 1 - 1
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: