1
0
forked from boostorg/mp11

Remove essentials from yml files

This commit is contained in:
Peter Dimov
2018-12-22 04:39:56 +02:00
parent dcbd3d7fde
commit c61d99db87
2 changed files with 0 additions and 8 deletions

View File

@ -268,10 +268,6 @@ install:
- cd ..
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init tools/boost_install
- git submodule update --init libs/config
- git submodule update --init libs/headers
- git submodule update --init tools/boostdep
- mkdir -p libs/mp11
- cp -r $TRAVIS_BUILD_DIR/* libs/mp11

View File

@ -30,10 +30,6 @@ install:
- cd ..
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init tools/boost_install
- git submodule update --init libs/config
- git submodule update --init libs/headers
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11\
- python tools/boostdep/depinst/depinst.py mp11