Fix path MinGW.
--HG-- branch : develop
This commit is contained in:
parent
fa795b8e62
commit
896868032e
|
@ -41,7 +41,7 @@ environment:
|
||||||
- QT5: Qt\5.12\mingw73_32
|
- QT5: Qt\5.12\mingw73_32
|
||||||
QT_VERSION: Qt5.12
|
QT_VERSION: Qt5.12
|
||||||
QMAKE_GENERATOR: "MinGW Makefiles"
|
QMAKE_GENERATOR: "MinGW Makefiles"
|
||||||
MINGW_PATH: C:\Qt\Tools\mingw73_32\bin
|
MINGW_PATH: C:\Qt\Tools\mingw730_32\bin
|
||||||
PLATFORM: x86
|
PLATFORM: x86
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
- QT5: Qt\5.6\mingw49_32
|
- QT5: Qt\5.6\mingw49_32
|
||||||
|
@ -114,7 +114,7 @@ environment:
|
||||||
# scripts that are called at very beginning, before repo cloning
|
# scripts that are called at very beginning, before repo cloning
|
||||||
init:
|
init:
|
||||||
# Uncomment if need access through RDP
|
# 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 before
|
||||||
- path
|
- path
|
||||||
- set QTDIR=C:\%QT5%
|
- set QTDIR=C:\%QT5%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user