Create .appveyor.yml

This commit is contained in:
fralx
2020-03-02 13:37:33 +03:00
committed by GitHub
parent 3188aed564
commit 5131274073

6
.appveyor.yml Normal file
View File

@@ -0,0 +1,6 @@
install:
- set QTDIR=C:\Qt\5.11.0\mingw53_32
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%
build_script:
- qmake LimeReport.pro
- mingw32-make