mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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 -y install gcc g++ git python
|
||||
echo $PWD
|
||||
math=$PWD
|
||||
config=$PWD
|
||||
cd ..
|
||||
git clone -b develop --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||
cd boost-root
|
||||
rm -rf libs/math/*
|
||||
cp -r $math/* libs/math
|
||||
rm -rf libs/config/*
|
||||
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
|
||||
./bootstrap.sh
|
||||
./b2 headers
|
||||
|
Reference in New Issue
Block a user