Files
kari.hpp/.appveyor.yml
BlackMATov 66836a2f7b CI refactoring
- Travis CI instead CircleCI
- Build scripts
- Move test sources to root folder
- Update Catch
2018-12-08 09:46:55 +07:00

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