forked from boostorg/config
Correct path names in script.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -231,12 +231,12 @@ jobs:
|
|||||||
apt update
|
apt update
|
||||||
apt -y install gcc g++ git python
|
apt -y install gcc g++ git python
|
||||||
echo $PWD
|
echo $PWD
|
||||||
math=$PWD
|
config=$PWD
|
||||||
cd ..
|
cd ..
|
||||||
git clone -b develop --depth 1 https://github.com/boostorg/boost.git boost-root
|
git clone -b develop --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
cd boost-root
|
cd boost-root
|
||||||
rm -rf libs/math/*
|
rm -rf libs/config/*
|
||||||
cp -r $math/* libs/math
|
cp -r $config/* libs/config
|
||||||
git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits
|
git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./b2 headers
|
./b2 headers
|
||||||
|
Reference in New Issue
Block a user