mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix appveyor build
This commit is contained in:
parent
73156edb24
commit
bb674c9342
|
@ -16,12 +16,13 @@ before_build:
|
|||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Visual Studio 14 2015 Win64" -D STATIC=%STATIC% ..
|
||||
- ls .
|
||||
|
||||
build:
|
||||
project: build\xlnt.sln
|
||||
project: xlnt.sln
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
|
||||
test_script:
|
||||
- cd build\bin
|
||||
- cd bin
|
||||
- xlnt.test.exe
|
||||
|
|
Loading…
Reference in New Issue
Block a user