try again

pull/146/head
Thomas Fussell 2017-03-23 21:06:20 -04:00
parent 9a3c215359
commit 5d6c5e9346
1 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ cache:
- vcpkg -> .appveyor.yml
platform:
- x86
- Win32
- x64
configuration:
@ -30,7 +30,9 @@ install:
- cd ..
before_build:
- cmake -H. -Bbuild -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON -D CMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake ..
build:
project: build/tests/xlnt.test.sln