From 02d185fce95f7b043c925924d6abeb9ef4f6f2e1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Oct 2020 05:04:09 +0300 Subject: [PATCH] Split msvc-14.2,clang-win to avoid timeout --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e5777a4..48f4e45 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,11 @@ environment: CXXSTD: 14,17 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - TOOLSET: msvc-14.2,clang-win + TOOLSET: msvc-14.2 + CXXSTD: 14,17,latest + + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + TOOLSET: clang-win CXXSTD: 14,17,latest - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019