mirror of
https://github.com/boostorg/boost-ci.git
synced 2026-02-19 14:22:08 +00:00
last change not needed
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
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/config || 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
|
||||
|
||||
@@ -22,7 +22,6 @@ 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/config
|
||||
git submodule update -q --init tools/boostdep
|
||||
git submodule update -q --init tools/build
|
||||
git submodule update -q --init tools/inspect
|
||||
|
||||
Reference in New Issue
Block a user