tree-sitter/appveyor.yml
2017-08-08 10:30:20 -07:00

17 lines
166 B
YAML

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