Add --depth 1 to Appveyor

This commit is contained in:
Peter Dimov
2018-09-21 20:53:27 +03:00
parent 29a08cdff6
commit 04f0847af4

View File

@ -44,7 +44,7 @@ install:
- set BOOST_BRANCH=develop
- if "%APPVEYOR_REPO_BRANCH%" == "master" set BOOST_BRANCH=master
- cd ..
- git clone -b %BOOST_BRANCH% 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
- git submodule init libs/align
- git submodule init libs/assert