From 15cfa44937f5243f1b9d97d2ee4ad6979a42c1d3 Mon Sep 17 00:00:00 2001 From: Dimitrij Mijoski Date: Fri, 20 Apr 2018 14:07:33 +0200 Subject: [PATCH] Boost detail is dependency of boost hash. --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1c6dbdb..1e0f8fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -194,6 +194,7 @@ install: - git submodule update --init libs/type_traits - git submodule update --init libs/container_hash - git submodule update --init libs/integer + - git submodule update --init libs/detail - cp -r $TRAVIS_BUILD_DIR/* libs/utility - ./bootstrap.sh - ./b2 headers diff --git a/appveyor.yml b/appveyor.yml index c81a2ac..b63ff9f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,6 +38,7 @@ install: - git submodule update --init libs/type_traits - git submodule update --init libs/container_hash - git submodule update --init libs/integer + - git submodule update --init libs/detail - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility - cmd /c bootstrap - b2 -d0 headers