From 51d1b16bfdbc9ed6526fa9b76e68a957a5f714ad Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 18 Dec 2018 21:57:43 +0300 Subject: [PATCH] Added tools/boost_install and libs/headers manual checkout to CI jobs. --- .travis.yml | 3 ++- appveyor.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 041b982..e403792 100644 --- a/.travis.yml +++ b/.travis.yml @@ -208,7 +208,8 @@ install: - cd boost-root - git submodule update --init tools/boostdep - git submodule update --init tools/build - - git submodule update --init libs/config + - git submodule update --init tools/boost_install + - git submodule update --init libs/headers - cp -r $TRAVIS_BUILD_DIR/* libs/integer - python tools/boostdep/depinst/depinst.py integer - ./bootstrap.sh diff --git a/appveyor.yml b/appveyor.yml index 995ef57..89365a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,8 @@ install: - cd boost-root - git submodule update --init tools/boostdep - git submodule update --init tools/build - - git submodule update --init libs/config + - git submodule update --init tools/boost_install + - git submodule update --init libs/headers - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer - python tools/boostdep/depinst/depinst.py integer - bootstrap