We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7444743 commit edc59c8Copy full SHA for edc59c8
appveyor.yml
@@ -22,6 +22,13 @@ environment:
22
mode: release
23
QTDIR: C:\Qt\5.7\msvc2015
24
25
+ - arch: 32
26
+ cc: MinGW
27
+ qt: 5.7
28
+ toolchain_version: 530
29
+ mode: debug
30
+ QTDIR: C:\Qt\5.7\mingw53_32
31
+
32
- arch: 32
33
cc: MinGW
34
qt: 5.4
tools/ci/win/build.bat
@@ -6,7 +6,7 @@ if "%cc%" == "MinGW" (
6
) else (
7
if "%mode%" == "debug" (
8
qmake %APPVEYOR_BUILD_FOLDER% -r -tp vc "CONFIG+=debug"
9
- msbuild /m /p:Configuration=DEBUG
+ msbuild /p:Configuration=DEBUG
10
11
qmake %APPVEYOR_BUILD_FOLDER%
12
where jom
0 commit comments