From 36561293dd421dadd05854a2f328609873ad5164 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 21 Aug 2019 10:57:07 +0100 Subject: [PATCH] circle-ci: fix paths. --- .circleci/config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ffff27e3..245cc1a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,17 +40,12 @@ jobs: - run: name: Bootstrapping boost-build command: | - echo $PWD - cd $BOOST - ./bootstrap.sh - ./b2 headers + cd $BOOST/boost && ./bootstrap.sh && ./b2 headers - run: name: Building inspect command: | - echo $PWD - cd tools/inspect/build && ../../../b2 -j2 address-model=64 architecture=x86 toolset=gcc cxxflags="-std=gnu++14" release dist-bin + cd $BOOST/boost/tools/inspect/build && ../../../b2 -j2 address-model=64 architecture=x86 toolset=gcc cxxflags="-std=gnu++14" release dist-bin - run: name: Running Inspect command: | - echo $PWD cd $BOOST_REMOVE && ../../dist/bin/inspect -text -license -copyright -crlf -end -link -path_name -tab -ascii -apple_macro -assert_macro -minmax -unnamed -version-string