From 78ed2f58712a1887662eca31363b1007d071826e Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 28 Jul 2016 16:30:25 +0300 Subject: [PATCH] Try left in path variable paths we only need and nothing more. --HG-- branch : develop --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2735ff4d0..4ab87bd74 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -110,15 +110,18 @@ environment: # scripts that are called at very beginning, before repo cloning init: + # Path before + - path # Installing various utilities #- choco install cppcheck #- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" choco install -y InnoSetup #- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" if "%PLATFORM%" == "X86" set PATH="C:\Program Files\Inno Setup 5";%PATH% #- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" if "%PLATFORM%" == "X64" set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH% - set QTDIR=C:\%QT5% - - set PATH=%QTDIR%\bin;%PATH% + - set PATH=%QTDIR%\bin #;%PATH% - if "%QMAKE_GENERATOR%" == "MinGW Makefiles" set PATH=%MINGW_PATH%;%PATH% - if "%QMAKE_GENERATOR%" == "NMake Makefiles JOM" set PATH=C:\Qt\Tools\QtCreator\bin;%PATH% + # Path after - path - qmake -v