aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Fenoll <[email protected]>2018-01-30 13:39:17 +0100
committerPierre Fenoll <[email protected]>2018-01-30 13:39:17 +0100
commit61f9bc7a8a5f61390b50de4524c30ed93cc7a228 (patch)
tree001bb162048a404797b432e40c5bfe66ace6b191
parent260c9c88c9fe286f2f543eb5a3b42273e89ed421 (diff)
downloadkerl-61f9bc7a8a5f61390b50de4524c30ed93cc7a228.tar.gz
kerl-61f9bc7a8a5f61390b50de4524c30ed93cc7a228.tar.bz2
kerl-61f9bc7a8a5f61390b50de4524c30ed93cc7a228.zip
ci-centos6: install more compilers for jinterface and orber
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2de6065..5524c10 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
- KERL_CONFIGURE_DISABLE_APPLICATIONS: 'odbc'
steps:
- run: yum -y update
- - run: yum -y install curl ncurses-devel openssl-devel make automake autoconf gcc
+ - run: yum -y install curl ncurses-devel openssl-devel make automake autoconf gcc gcc-c++ gcc-java
- run: |
yum -y install https://centos6.iuscommunity.org/ius-release.rpm
# CircleCI checkout uses -B which isn't available in CentOS6's packaged git