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