blob: 19e4816e900f40288b2dc7f0c71854d5521848d0 [file] [log] [blame]
platform:
- x64
image: Visual Studio 2017
configuration:
- Release
# - Debug suppress this for now
environment:
matrix:
- USE_CONTEXT: ON
USE_EMBEDTLS: OFF
- USE_CONTEXT: OFF
USE_EMBEDTLS: OFF
- USE_CONTEXT: OFF
USE_EMBEDTLS: ON
matrix:
fast_finish: true
install:
- git submodule update --init --recursive
- git clone --depth 1 git://github.com/cose-wg/Examples Examples
before_build:
- cmake --version
- cmake -DCOSE_C_USE_CONTEXT=%USE_CONTEXT% -DCOSE_C_USE_MBEDTLS=%USE_EMBEDTLS% -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 15 2017 Win64" .
build_script:
- msbuild cose-c.sln
- ctest -C %CONFIGURATION%