0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/.appveyor.yml
Андрей Лухнов b534c2bec0 Automate version generation
Version is now generated automatically based on git tags.
Both cases are handled: building from git tree and building tarball downloaded from github.

Works for qmake and cmake
2024-09-19 09:42:00 +03:00

10 lines
220 B
YAML

image:
- Visual Studio 2017
install:
- set QTDIR=C:\Qt\5.12\mingw73_64
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw730_64\bin;%PATH%
build_script:
- git fetch --prune --tags
- qmake LimeReport.pro
- mingw32-make