From 99a11bd20267837d5453ee24f4d9c2dc17b5cd4f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 3 Mar 2018 08:20:23 +0000 Subject: [PATCH 1/2] Jamfile: turn off pch for __temporary_test.cpp as it pulls in too much stuff. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a6d7d6c00..749727f6c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1149,7 +1149,7 @@ test-suite misc : [ run test_numerical_differentiation.cpp ../../test/build//boost_unit_test_framework : : : [ requires cxx11_auto_declarations cxx11_constexpr ] ] [ run compile_test/numerical_differentiation_incl_test.cpp compile_test_main : : : [ requires cxx11_auto_declarations cxx11_constexpr ] ] [ compile compile_test/numerical_differentiation_concept_test.cpp : [ requires cxx11_auto_declarations cxx11_constexpr ] ] - [ run __temporary_test.cpp test_instances//test_instances : : : always_show_run_output ] + [ run __temporary_test.cpp test_instances//test_instances : : : always_show_run_output off ] ; build-project ../example ; From 2ae29b5134c645abb3295e2340f3685a823d253a Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 28 Feb 2019 09:30:27 +0000 Subject: [PATCH 2/2] Manually check out libs/timer. --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2475b4663..28392c19b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -624,6 +624,7 @@ install: - git submodule update --init libs/format - git submodule update --init libs/numeric - git submodule update --init libs/type_traits + - git submodule update --init libs/timer - git submodule update --init tools/boostdep - cp -r $TRAVIS_BUILD_DIR/* libs/math - python tools/boostdep/depinst/depinst.py math diff --git a/appveyor.yml b/appveyor.yml index 39a8844a7..54831924e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -126,6 +126,7 @@ install: - git submodule update --init libs/config - git submodule update --init libs/format - git submodule update --init libs/numeric + - git submodule update --init libs/timer - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\math - git submodule update --init tools/boostdep - python tools/boostdep/depinst/depinst.py math