From 5c94e5519544bf6501b815718c3d648e13dbbdb1 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 8 Sep 2020 16:34:59 +0300 Subject: [PATCH] Disable tests on segfaulting compiler --- test/appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/appveyor.yml b/test/appveyor.yml index 9e7e0e4..c4ebd42 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -28,10 +28,10 @@ skip_tags: true environment: matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - TOOLSET: msvc # clang-win has problems with structured bindings - it can not correclty use std::tuple_size - ADDRMD: 32,64 - CXXSTD: 17,latest +# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 +# TOOLSET: msvc # TODO: clang-win ??? +# ADDRMD: 32,64 +# CXXSTD: 17,latest - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc # clang-win has problems with structured bindings - it can not correclty use std::tuple_size ADDRMD: 32,64