Create .appveyor.yml

This commit is contained in:
fralx 2020-03-02 13:37:33 +03:00 committed by GitHub
parent 3188aed564
commit 5131274073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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