mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Debug appveyor.
This commit is contained in:
parent
3e9a228538
commit
e214192de0
|
@ -15,7 +15,8 @@ init: []
|
||||||
install: []
|
install: []
|
||||||
before_build:
|
before_build:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cmake -H. -Bbuild -G "Visual Studio 14 2015 Win64" -D SHARED=%SHARED% -D STATIC=%STATIC% -D TESTS=1
|
- echo cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSHARED=%SHARED% -DSTATIC=%STATIC% -DTESTS=ON
|
||||||
|
- cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DSHARED=%SHARED% -DSTATIC=%STATIC% -DTESTS=ON
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: build\xlnt.sln
|
project: build\xlnt.sln
|
||||||
|
|
Loading…
Reference in New Issue
Block a user