From ead17bf12ab7c8ff8568dae7cd5d247965dbb32b Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 21 Aug 2019 09:46:46 +0100 Subject: [PATCH] correct circle-ci config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3706a983..4bd103d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: environment: - - BOOST_LIBRARY=process + - BOOST_LIBRARY=config - CXX_STANDARD=gnu++11 docker: - image: gcc:7 @@ -29,8 +29,8 @@ jobs: - run: name: Initializing git repo for boost command: | - mkdir boost-config - cd boost-config + mkdir $BOOST + cd $BOOST echo Testing $CIRCLE_BRANCH git remote add --no-tags -t $BOOST_BRANCH origin https://github.com/boostorg/boost.git git fetch --depth=1