From 1528bb20104ba44752d443464858013dbb86e1bb Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Tue, 30 Jan 2018 12:55:45 +0100 Subject: ci-centos6: test centos6 + otp/20.2 --- .circleci/config.yml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 147ba9f..bf150eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,7 @@ version: 2 jobs: - build: + + debian8_R15B03-1: docker: - image: debian:8 environment: @@ -23,3 +24,27 @@ jobs: kerl_deactivate - run: ./kerl delete installation $(./kerl path install_$_KERL_VSN) - run: ./kerl delete build "$_KERL_VSN" + + centos6_20.2: + docker: + - image: centos:6 + environment: + - _KERL_VSN: 20.2 + - KERL_CONFIGURE_DISABLE_APPLICATIONS: 'odbc' + steps: + - run: yum -y update + - run: yum -y install git curl ncurses-devel openssl-devel make automake autoconf gcc + - checkout + - run: ./kerl update releases + - run: + command: ./kerl build "$_KERL_VSN" "$_KERL_VSN" + no_output_timeout: 45m + - run: ./kerl install "$_KERL_VSN" "install_$_KERL_VSN" + - run: ./kerl status + - run: | + set -x + source $(./kerl path install_$_KERL_VSN)/activate + erl -s crypto -s init stop + kerl_deactivate + - run: ./kerl delete installation $(./kerl path install_$_KERL_VSN) + - run: ./kerl delete build "$_KERL_VSN" -- cgit v1.2.3