forked from boostorg/config
circle-ci: fix paths.
This commit is contained in:
@@ -40,17 +40,12 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Bootstrapping boost-build
|
name: Bootstrapping boost-build
|
||||||
command: |
|
command: |
|
||||||
echo $PWD
|
cd $BOOST/boost && ./bootstrap.sh && ./b2 headers
|
||||||
cd $BOOST
|
|
||||||
./bootstrap.sh
|
|
||||||
./b2 headers
|
|
||||||
- run:
|
- run:
|
||||||
name: Building inspect
|
name: Building inspect
|
||||||
command: |
|
command: |
|
||||||
echo $PWD
|
cd $BOOST/boost/tools/inspect/build && ../../../b2 -j2 address-model=64 architecture=x86 toolset=gcc cxxflags="-std=gnu++14" release dist-bin
|
||||||
cd tools/inspect/build && ../../../b2 -j2 address-model=64 architecture=x86 toolset=gcc cxxflags="-std=gnu++14" release dist-bin
|
|
||||||
- run:
|
- run:
|
||||||
name: Running Inspect
|
name: Running Inspect
|
||||||
command: |
|
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
|
cd $BOOST_REMOVE && ../../dist/bin/inspect -text -license -copyright -crlf -end -link -path_name -tab -ascii -apple_macro -assert_macro -minmax -unnamed -version-string
|
||||||
|
Reference in New Issue
Block a user