1
0
forked from boostorg/bind

Update .travis.yml to not checkout as well.

This commit is contained in:
Peter Dimov
2016-09-10 13:21:11 +03:00
parent a1f6206a49
commit 473155eebe
2 changed files with 5 additions and 9 deletions

View File

@@ -16,9 +16,9 @@ branches:
- develop
install:
- git clone -b $TRAVIS_BRANCH https://github.com/boostorg/boost.git boost
- cd boost
- git submodule init libs/bind
- cd ..
- git clone -b $TRAVIS_BRANCH https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule init libs/align
- git submodule init libs/assert
- git submodule init libs/config
@@ -37,9 +37,7 @@ install:
- git submodule init tools/build
- git submodule init tools/inspect
- git submodule update
- cd libs/bind
- git checkout -q $TRAVIS_COMMIT
- cd ../..
- cp -r $TRAVIS_BUILD_DIR/* libs/bind
- ./bootstrap.sh
- ./b2 headers

View File

@@ -33,9 +33,7 @@ install:
- git submodule init tools/build
- git submodule init tools/inspect
- git submodule update
- cd libs\bind
- xcopy %APPVEYOR_BUILD_FOLDER% /s /e /q
- cd ..\..
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\bind
- bootstrap
- b2 headers