From 5b6409fb0170fedd12fc2588e6a115204371044f Mon Sep 17 00:00:00 2001
From: Lukas Holecek <hluk@email.cz>
Date: Sat, 11 Jan 2020 09:46:35 +0100
Subject: [PATCH] Windows: Drop MSVC builds (broken paths in gpg)

Signed-off-by: Lukas Holecek <hluk@email.cz>
---
 appveyor.yml               | 6 ------
 utils/appveyor/install.bat | 4 +---
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index c8e1dbbad..fb3293e0c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,12 +10,6 @@ environment:
       CMAKE_GENERATOR: MinGW Makefiles
       MINGW_PATH: C:\Qt\Tools\mingw730_32
 
-    - QTDIR: C:\Qt\5.12.6\msvc2017_64
-      CMAKE_GENERATOR: Visual Studio 16 2019
-      CMAKE_GENERATOR_ARCH: x64
-      CMD_VCVARS: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat'
-      BUILD_SUB_DIR: Debug
-
 # Parameters for default build commands (build_script is used instead).
 build:
 
diff --git a/utils/appveyor/install.bat b/utils/appveyor/install.bat
index 43b6fa652..69ee78e8a 100644
--- a/utils/appveyor/install.bat
+++ b/utils/appveyor/install.bat
@@ -7,9 +7,7 @@ dir %QTDIR%\bin || goto :error
 dir %QTDIR%\lib\cmake || goto :error
 
 REM Note: Following removes sh.exe from PATH so that CMake can generate MinGW Makefile.
-if DEFINED MINGW_PATH set PATH=%MINGW_PATH%\bin;%PATH:C:\Program Files\Git\usr\bin;=%
-
-if DEFINED CMD_VCVARSALL call %CMD_VCVARSALL%
+PATH=%MINGW_PATH%\bin;%PATH:C:\Program Files\Git\usr\bin;=%
 
 :error
 exit /b %errorlevel%
-- 
GitLab