From 96f430b7e2b5dbd124dfcbb8a4c33a4b47601f2f Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 20 Dec 2018 20:45:39 +0300 Subject: [PATCH] Re-added manual checkout of libs/config in CI as Boost.Build depends on it. --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 796448d..e17a432 100644 --- a/.travis.yml +++ b/.travis.yml @@ -210,6 +210,7 @@ install: - git submodule init tools/build - git submodule init tools/boost_install - git submodule init libs/headers + - git submodule init libs/config - git submodule update --jobs 4 - cp -r $TRAVIS_BUILD_DIR/* libs/integer - python tools/boostdep/depinst/depinst.py integer diff --git a/appveyor.yml b/appveyor.yml index 2cbcb35..2cfaa3e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,6 +48,7 @@ install: - git submodule init tools/build - git submodule init tools/boost_install - git submodule init libs/headers + - git submodule init libs/config - git submodule update --jobs 4 - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer - python tools/boostdep/depinst/depinst.py integer