last change not needed

This commit is contained in:
James E. King III
2018-11-04 11:17:26 -05:00
parent dd5a39bb80
commit c424bbc1df
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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