stduuid/appveyor.yml
Tushar Maheshwari 85c8e28973 Enable generator tests on Windows CI
- Reduce included windows headers
- Reduce scope of time-generator dependencies
2021-06-17 22:27:12 +05:30

27 lines
602 B
YAML

version: '{build}'
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: Visual Studio 15 2017
CMAKE_GENERATOR_PLATFORM: Win32
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: Visual Studio 15 2017
CMAKE_GENERATOR_PLATFORM: x64
CMAKE_CLI_FLAGS: -DUUID_SYSTEM_GENERATOR=ON -DUUID_TIME_GENERATOR=ON
init:
- cmake --version
- msbuild /version
before_build:
- cmake %CMAKE_CLI_FLAGS% -S . -B build
- cd build
build_script:
- cmake --build . --config Release
test_script:
- ctest -C Release -V -j