try again

This commit is contained in:
Thomas Fussell 2017-03-23 20:40:59 -04:00
parent 8a9e33d55c
commit 6a893c954c

View File

@ -7,26 +7,13 @@ configuration:
cache: cache:
- vcpkg -> .appveyor.yml - vcpkg -> .appveyor.yml
environment: platform:
matrix: - x86
- STATIC: OFF - x64
PLATFORM: Win32
GENERATOR: "Visual Studio 14 2015"
BUILD_TYPE: Release
- STATIC: ON
PLATFORM: Win32
GENERATOR: "Visual Studio 14 2015"
BUILD_TYPE: Debug
- STATIC: ON
PLATFORM: x64
GENERATOR: "Visual Studio 14 2015 Win64"
BUILD_TYPE: Release
- STATIC: OFF
PLATFORM: x64
GENERATOR: "Visual Studio 14 2015 Win64"
BUILD_TYPE: Debug
configuration: %BUILD_TYPE% configuration:
- Debug
- Release
init: [] init: []
@ -41,7 +28,7 @@ install:
- cd .. - cd ..
before_build: before_build:
- cmake -H. -Bbuild -G%GENERATOR% -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake - cmake -H. -Bbuild -DSTATIC=%STATIC% -DSAMPLES=ON -DBENCHMARKS=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
build: build:
project: build/tests/xlnt.test.sln project: build/tests/xlnt.test.sln
@ -49,6 +36,6 @@ build:
verbosity: minimal verbosity: minimal
test_script: test_script:
- cd build\tests\%BUILD_TYPE% - cd build\tests\${configuration}
- set PATH=C:\projects\xlnt\vcpkg\installed\%PLATFORM%-windows\debug\bin;%PATH% - set PATH=C:\projects\xlnt\vcpkg\installed\${platform}-windows\debug\bin;%PATH%
- xlnt.test.exe - xlnt.test.exe