mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 11:31:10 +03:00
Create .appveyor.yml
This commit is contained in:
6
.appveyor.yml
Normal file
6
.appveyor.yml
Normal 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
|
Reference in New Issue
Block a user