tree-sitter/appveyor.yml
Max Brunsfeld 96a2b05289 Disable git's CRLF-conversion feature
There are test files that purposefully use CR line-endings.
2017-08-09 09:41:51 -07:00

24 lines
No EOL
357 B
YAML

image: Visual Studio 2017
branches:
only:
- master
platform:
- x86
init:
- git config --global core.autocrlf false
install:
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
- script\configure.cmd
- script\fetch-fixtures.cmd
test_script:
- script\test.cmd
build: off
cache:
- test\fixtures\grammars