0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/.appveyor.yml

9 lines
192 B
YAML
Raw Normal View History

2020-03-02 13:41:24 +03:00
image:
- Visual Studio 2017
2020-03-02 13:37:33 +03:00
install:
2020-03-02 13:46:23 +03:00
- set QTDIR=C:\Qt\5.12\mingw730_64
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw730_64\bin;%PATH%
2020-03-02 13:37:33 +03:00
build_script:
- qmake LimeReport.pro
- mingw32-make