mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Create .appveyor.yml
This commit is contained in:
parent
3188aed564
commit
5131274073
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
|
Loading…
Reference in New Issue
Block a user