mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-02-17 13:42:10 +00:00
update install prerequisites
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
cd .. || EXIT /B
|
||||
git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root || EXIT /B
|
||||
cd boost-root || EXIT /B
|
||||
git submodule update -q --init libs/headers || EXIT /B
|
||||
git submodule update -q --init tools/boost_install || EXIT /B
|
||||
git submodule update -q --init tools/boostdep || EXIT /B
|
||||
git submodule update -q --init tools/build || EXIT /B
|
||||
git submodule update -q --init tools/inspect || EXIT /B
|
||||
xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\%SELF% || EXIT /B
|
||||
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools %DEPINST% %SELF:\=/% || EXIT /B
|
||||
cmd /c bootstrap || EXIT /B
|
||||
|
||||
@@ -22,13 +22,13 @@ if [ "$SELF" == "interval" ]; then
|
||||
fi
|
||||
git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||
cd boost-root
|
||||
git submodule update -q --init libs/headers
|
||||
git submodule update -q --init tools/boost_install
|
||||
git submodule update -q --init tools/boostdep
|
||||
git submodule update -q --init tools/build
|
||||
git submodule update -q --init tools/inspect
|
||||
cp -r $TRAVIS_BUILD_DIR/* libs/$SELF
|
||||
export BOOST_ROOT="`pwd`"
|
||||
export PATH="`pwd`":$PATH
|
||||
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools $DEPINST $SELF
|
||||
./bootstrap.sh
|
||||
./b2 headers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user