mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-14 13:19:09 +07:00
- Travis CI instead CircleCI - Build scripts - Move test sources to root folder - Update Catch
11 lines
147 B
YAML
11 lines
147 B
YAML
version: "{build}"
|
|
shallow_clone: true
|
|
image:
|
|
- Visual Studio 2017
|
|
platform:
|
|
- Win32
|
|
- x64
|
|
build_script:
|
|
- scripts\build_all.bat
|
|
test: off
|