From 896868032e57aa77b96077cab483ef4bb993532d Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 18 Apr 2019 12:45:02 +0300 Subject: [PATCH] Fix path MinGW. --HG-- branch : develop --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9d6547be7..ad81ad03d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,7 +41,7 @@ environment: - QT5: Qt\5.12\mingw73_32 QT_VERSION: Qt5.12 QMAKE_GENERATOR: "MinGW Makefiles" - MINGW_PATH: C:\Qt\Tools\mingw73_32\bin + MINGW_PATH: C:\Qt\Tools\mingw730_32\bin PLATFORM: x86 DEPLOY: true - QT5: Qt\5.6\mingw49_32 @@ -114,7 +114,7 @@ environment: # scripts that are called at very beginning, before repo cloning init: # Uncomment if need access through RDP - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) # Path before - path - set QTDIR=C:\%QT5%