Skip to content

Commit a57aef2

Browse files
committed
Appveyor: use QtIFW 3.1
1 parent 2e49d54 commit a57aef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ branches:
3030

3131
environment:
3232
global:
33-
QTIFW: C:\Qt\Tools\QtInstallerFramework\3.0
33+
QTIFW: C:\Qt\Tools\QtInstallerFramework\3.1
3434
MSYS_DIR: C:\msys64
3535
APPVEYOR_SAVE_CACHE_ON_ERROR: true
3636
CCACHE_DIR: C:\ccache.cache
@@ -95,6 +95,7 @@ install:
9595
- set QTDIR=C:\Qt\5.12\mingw73_%ARCH%
9696
- set MINGW=%QTDIR%\..\..\Tools\mingw730_%ARCH%
9797
- 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'
9899
# need to reconfigure because it is anouther one git
99100
- git config --global core.autocrlf true
100101
- pacman --verbose --noconfirm --sync ccache rsync curl unzip

0 commit comments

Comments
 (0)