From 180c0e7e91517a2469377741e6b5622cd24ef2b0 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 30 May 2017 13:27:31 +0100 Subject: [PATCH] CI: Manually fix up missing dependency to program_options. --- .travis.yml | 2 ++ appveyor.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c9d76884..436139f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -431,9 +431,11 @@ install: - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config + - git submodule update --init libs/program_options - cp -r $TRAVIS_BUILD_DIR/* libs/regex - git submodule update --init tools/boostdep - python tools/boostdep/depinst/depinst.py regex + - python tools/boostdep/depinst/depinst.py program_options - ./bootstrap.sh - ./b2 headers diff --git a/appveyor.yml b/appveyor.yml index 004cecd2..8269bd78 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,9 +47,11 @@ install: - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config + - git submodule update --init libs/prohram_options - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\regex - git submodule update --init tools/boostdep - python tools/boostdep/depinst/depinst.py regex + - python tools/boostdep/depinst/depinst.py program_options - bootstrap - b2 headers