image: | |
- Visual Studio 2019 | |
platform: | |
- x64 | |
configuration: | |
- release | |
- debug | |
environment: | |
matrix: | |
- OPTIONS: -Duse_context=ON | |
- OPTIONS: -Duse_context=OFF | |
- OPTIONS: -Dno_floats=ON | |
- OPTIONS: -Dalign_reads=ON | |
before_build: | |
- cmd: cmake -G "Visual Studio 16 2019" -Dfatal_warnings=OFF $(OPTIONS) | |
build: | |
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln | |
test_script: | |
- cd dist\test\$(CONFIGURATION) | |
- cbor_test.exe |