aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c040d97..2de6065 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,7 +33,11 @@ jobs:
- KERL_CONFIGURE_DISABLE_APPLICATIONS: 'odbc'
steps:
- run: yum -y update
- - run: yum -y install git curl ncurses-devel openssl-devel make automake autoconf gcc
+ - run: yum -y install curl ncurses-devel openssl-devel make automake autoconf gcc
+ - run: |
+ yum -y install https://centos6.iuscommunity.org/ius-release.rpm
+ # CircleCI checkout uses -B which isn't available in CentOS6's packaged git
+ yum -y install git2u
- checkout
- run: ./kerl update releases
- run: