1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00
QXlsx/appveyor.yml

26 lines
327 B
YAML
Raw Normal View History

2018-11-30 10:58:08 +09:00
#
# AppVetor
#
# QXlsx
# https://github.com/j2doll/QXlsx
#
2018-11-30 11:00:27 +09:00
environment:
# MinGW
- name: win32
platform: mingw
qt: 5.7.0\mingw53_32
suffix: mingw
init:
2018-11-30 10:58:08 +09:00
- set QTDIR=C:\Qt\5.7.0\mingw53_32
2018-11-30 11:00:27 +09:00
install:
2018-11-30 10:58:08 +09:00
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
build_script:
- cd QXlsx
- qmake QXlsx.pro
- mingw32-make