From a378d239da0061eb4fbe6f7639e3a55fe80b35c8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 5 Jan 2020 07:19:59 +0200 Subject: [PATCH] Disable the Appveyor cmake_test configuration on 2015/2017 as it's too slow; only bootstrap b2 in the boost_build_test configuration --- appveyor.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 440cb33..6121335 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,13 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 TOOLSET: msvc-14.2 +matrix: + exclude: + - configuration: cmake_test + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + - configuration: cmake_test + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + build: off install: @@ -40,8 +47,6 @@ install: - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\preprocessor\ - python tools/boostdep/depinst/depinst.py preprocessor - - bootstrap - - b2 -d0 headers for: - @@ -50,6 +55,8 @@ for: - configuration: boost_build_test test_script: + - bootstrap + - b2 -d0 headers - b2 -j3 libs/preprocessor/test toolset=%TOOLSET% -