We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e49d54 commit a57aef2Copy full SHA for a57aef2
appveyor.yml
@@ -30,7 +30,7 @@ branches:
30
31
environment:
32
global:
33
- QTIFW: C:\Qt\Tools\QtInstallerFramework\3.0
+ QTIFW: C:\Qt\Tools\QtInstallerFramework\3.1
34
MSYS_DIR: C:\msys64
35
APPVEYOR_SAVE_CACHE_ON_ERROR: true
36
CCACHE_DIR: C:\ccache.cache
@@ -95,6 +95,7 @@ install:
95
- set QTDIR=C:\Qt\5.12\mingw73_%ARCH%
96
- set MINGW=%QTDIR%\..\..\Tools\mingw730_%ARCH%
97
- set PATH=%QTDIR%\bin;%MINGW%\bin;C:\msys64\mingw%ARCH%\bin;C:\msys64\usr\bin;%PATH%
98
+ - 'dir %PYTHON_PATH% %MINGW% %QTDIR% %QTIFW% %MSYS_DIR% /w'
99
# need to reconfigure because it is anouther one git
100
- git config --global core.autocrlf true
101
- pacman --verbose --noconfirm --sync ccache rsync curl unzip
0 commit comments