mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Update .appveyor.yml
This commit is contained in:
parent
707abfb941
commit
d88a84ff1b
|
@ -24,7 +24,7 @@ before_build:
|
|||
- git submodule update --init --recursive
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON ..
|
||||
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON -D TESTS=ON ..
|
||||
|
||||
build:
|
||||
project: build/xlnt_all.sln
|
||||
|
|
Loading…
Reference in New Issue
Block a user