1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

testing appveyor

This commit is contained in:
Jay Two 2018-11-30 11:17:22 +09:00
parent ab400c2acb
commit e5c339c23a

View File

@ -24,8 +24,15 @@ init:
- call "%VCVARS%" %platform%
- cd /D "%APPVEYOR_BUILD_FOLDER%"
before_build:
build_script:
# QXlsx library
# Get version of Windows
- ver
- wmic os get osarchitecture
# Build QXlsx library
- cd QXlsx
- qmake QXlsx.pro
- nmake
@ -39,8 +46,14 @@ build_script:
- HelloWorld
- cd ..
# TestExcel
# - cd ../TestExcel
#- qmake TestExcel.pro
# - nmake
# Build TestExcel
- cd ../TestExcel
- qmake TestExcel.pro
- nmake
# Execute TestExcel
- cd release
- TestExcel
- cd ..
after_build: