From 661fbdf61904c809dc0654544e71359e75cf8897 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Tue, 11 Jul 2023 15:30:42 +0200 Subject: [PATCH] Remove appveyor msvc target that produces a timeout after 1 hour of build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f6b547ba57..ad766e90ec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ environment: matrix: - TARGET: mingw - - TARGET: msvc + # - TARGET: msvc - TARGET: uwp - TARGET: visp_sample