From d00b972a6136b08106edf4a54dcafea115d58c2b Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 31 Jan 2020 16:47:32 +0200 Subject: [PATCH] Add git to path. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8b651a931..3c913d5e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -158,7 +158,7 @@ init: # Path before - path - set QTDIR=C:\%QT5% - - set PATH=%QTDIR%\bin;%QTDIR%\include;C:\Tools\PsTools;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mercurial\ + - set PATH=%QTDIR%\bin;%QTDIR%\include;C:\Tools\PsTools;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin;C:\Program Files\Git LFS;C:\Tools\GitVersion;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0\ - if NOT "%QMAKE_GENERATOR%" == "MinGW Makefiles" echo "Using Visual Studio %VSVER%.0" - if "%QMAKE_GENERATOR%" == "MinGW Makefiles" echo "Using MinGW" # Set VC variables for the platform