mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-02 06:04:27 +02:00
Remove CI fetch of functional.
This commit is contained in:
committed by
GitHub
parent
c33504189a
commit
11e56a4ad9
@@ -15,7 +15,7 @@ if [ "$DRONE_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
|||||||
cd ..
|
cd ..
|
||||||
git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
cd boost-root
|
cd boost-root
|
||||||
git submodule update --init tools/boostdep libs/functional
|
git submodule update --init tools/boostdep
|
||||||
cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY
|
cp -r $DRONE_BUILD_DIR/* libs/$LIBRARY
|
||||||
python tools/boostdep/depinst/depinst.py $LIBRARY
|
python tools/boostdep/depinst/depinst.py $LIBRARY
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
Reference in New Issue
Block a user