From 63f714ae2fe2730b2958ab81521ccce489267923 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Sat, 6 Apr 2019 16:54:07 +0800 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ac2d793..421458d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,7 @@ jobs: echo 'export BOOST_BRANCH="develop"' >> $BASH_ENV; fi echo 'export BOOST_REMOVE="$BOOST/libs/$BOOST_LIBRARY"' >> $BASH_ENV + echo 'export HOME="$PWD/.."' >> $BASH_ENV - run: name: install pre dependencies command: | @@ -27,10 +28,8 @@ jobs: - run: name: Initializing git repo for boost command: | - pwd git init $BOOST cd $BOOST - pwd echo Testing $BRANCH_TO_TEST git remote add --no-tags -t $BOOST_BRANCH origin https://github.com/boostorg/boost.git git fetch --depth=1 @@ -44,7 +43,7 @@ jobs: git reset --hard; git clean -fxd git status rm -rf $BOOST_REMOVE - mv $CIRCLE_WORKING_DIRECTORY $BOOST/libs + mv $CIRCLE_WORKING_DIRECTORY $BOOST_REMOVE - run: name: Bootstrapping boost-build command: |