Skip to content

Commit

Permalink
ci: add mingw debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Dec 12, 2015
1 parent 64f6ac3 commit f21f55d
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,13 @@ environment:
mode: release
QTDIR: C:\Qt\5.5\mingw492_32

- arch: 32
cc: MinGW
qt: 5.5.0
suffix: GCC492-dwarf
mode: debug
QTDIR: C:\Qt\5.5\mingw492_32

matrix:
fast_finish: false

2 changes: 1 addition & 1 deletion tools/ci/win/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo cc=%cc%
where qbs
if "%cc%" == "MinGW" (
qmake %APPVEYOR_BUILD_FOLDER%
qmake %APPVEYOR_BUILD_FOLDER% "CONFIG+=%mode%"
mingw32-make -j%NUMBER_OF_PROCESSORS%
) else (
if "%mode%" == "debug" (

0 comments on commit f21f55d

Please sign in to comment.