0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-01 11:31:10 +03:00

Update .appveyor.yml

This commit is contained in:
fralx
2020-03-02 13:41:24 +03:00
committed by GitHub
parent 5131274073
commit 6b3f54a48b

View File

@@ -1,6 +1,8 @@
image:
- Visual Studio 2017
install:
- set QTDIR=C:\Qt\5.11.0\mingw53_32
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%
- set QTDIR=C:\Qt\5.12\mingw73_64
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw73_64\bin;%PATH%
build_script:
- qmake LimeReport.pro
- mingw32-make