Test develop against mp11 develop

This commit is contained in:
Peter Dimov
2017-05-31 07:59:35 +03:00
parent 7d25e131be
commit b7d039e30f
2 changed files with 2 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ install:
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- git clone https://github.com/pdimov/mp11 libs/mp11
- git clone -b $TRAVIS_BRANCH https://github.com/pdimov/mp11 libs/mp11
- mkdir libs/variant2
- cp -r $TRAVIS_BUILD_DIR/* libs/variant2
- python tools/boostdep/depinst/depinst.py variant2

View File

@@ -23,7 +23,7 @@ install:
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- git clone https://github.com/pdimov/mp11 libs/mp11
- git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/pdimov/mp11 libs/mp11
- mkdir libs\variant2
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\variant2
- python tools/boostdep/depinst/depinst.py variant2