mirror of
https://github.com/QtExcel/QXlsx.git
synced 2025-01-30 05:02:52 +08:00
testing appveyor
This commit is contained in:
parent
ab400c2acb
commit
e5c339c23a
23
appveyor.yml
23
appveyor.yml
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user