tree-sitter/appveyor.yml

17 lines
166 B
YAML

image: Visual Studio 2015
branches:
only:
- master
platform:
- x86
- x64
install:
- script\configure.cmd
test_script:
- script\test.cmd
build: off