forked from boostorg/bind
Update .travis.yml to not checkout as well.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -16,9 +16,9 @@ branches:
|
|||||||
- develop
|
- develop
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone -b $TRAVIS_BRANCH https://github.com/boostorg/boost.git boost
|
- cd ..
|
||||||
- cd boost
|
- git clone -b $TRAVIS_BRANCH https://github.com/boostorg/boost.git boost-root
|
||||||
- git submodule init libs/bind
|
- cd boost-root
|
||||||
- git submodule init libs/align
|
- git submodule init libs/align
|
||||||
- git submodule init libs/assert
|
- git submodule init libs/assert
|
||||||
- git submodule init libs/config
|
- git submodule init libs/config
|
||||||
@@ -37,9 +37,7 @@ install:
|
|||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule init tools/inspect
|
- git submodule init tools/inspect
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- cd libs/bind
|
- cp -r $TRAVIS_BUILD_DIR/* libs/bind
|
||||||
- git checkout -q $TRAVIS_COMMIT
|
|
||||||
- cd ../..
|
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
|
||||||
|
@@ -33,9 +33,7 @@ install:
|
|||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule init tools/inspect
|
- git submodule init tools/inspect
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- cd libs\bind
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\bind
|
||||||
- xcopy %APPVEYOR_BUILD_FOLDER% /s /e /q
|
|
||||||
- cd ..\..
|
|
||||||
- bootstrap
|
- bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user