mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-15 13:29:49 +07:00
17 lines
301 B
YAML
17 lines
301 B
YAML
version: "{build}"
|
|
shallow_clone: true
|
|
image:
|
|
- Visual Studio 2017
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
platform:
|
|
- Win32
|
|
- x64
|
|
build_script:
|
|
- mkdir build && cd build
|
|
- cmake ../tests -A%PLATFORM%
|
|
- cmake --build . --config %CONFIGURATION%
|
|
- ..\build\%CONFIGURATION%\kari.exe
|
|
test: off
|