From 5d593759a088924cde0145af72ffc4e4e028ff44 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 20 Dec 2018 09:00:23 +0000 Subject: [PATCH] Update CI scripts to cope with new submodule layout. --- .travis.yml | 2 ++ appveyor.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9692e361..521f2745 100644 --- a/.travis.yml +++ b/.travis.yml @@ -257,6 +257,8 @@ install: - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - git submodule update --init tools/build + - git submodule update --init tools/boost_install + - git submodule update --init libs/headers - git submodule update --init libs/detail - git submodule update --init libs/core - git submodule update --init libs/assert diff --git a/appveyor.yml b/appveyor.yml index 7d04c714..a6fdbc9c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,6 +52,8 @@ install: - cd boost-root - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config - git submodule update --init tools/build + - git submodule update --init tools/boost_install + - git submodule update --init libs/headers - git submodule update --init libs/detail - git submodule update --init libs/core - git submodule update --init libs/assert