forked from boostorg/function
Remove essentials from yml files
This commit is contained in:
@ -283,10 +283,6 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root
|
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root
|
||||||
- cd 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
|
- git submodule update --init tools/boostdep
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/function
|
- cp -r $TRAVIS_BUILD_DIR/* libs/function
|
||||||
- python tools/boostdep/depinst/depinst.py function
|
- python tools/boostdep/depinst/depinst.py function
|
||||||
|
@ -46,10 +46,6 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b %BOOST_BRANCH% --depth 1 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
|
- 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
|
- git submodule update --init tools/boostdep
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function\
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function\
|
||||||
- python tools/boostdep/depinst/depinst.py function
|
- python tools/boostdep/depinst/depinst.py function
|
||||||
|
Reference in New Issue
Block a user