mirror of
https://github.com/BlackMATov/invoke.hpp.git
synced 2025-12-13 05:56:31 +07:00
18 lines
300 B
YAML
18 lines
300 B
YAML
version: "{build}"
|
|
shallow_clone: true
|
|
image:
|
|
- Visual Studio 2015
|
|
- Visual Studio 2017
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
platform:
|
|
- Win32
|
|
- x64
|
|
build_script:
|
|
- mkdir build && cd build
|
|
- cmake .. -A%PLATFORM%
|
|
- cmake --build . --config %CONFIGURATION%
|
|
- ctest --verbose
|
|
test: off
|