tree-sitter/appveyor.yml

24 lines
357 B
YAML
Raw Normal View History

2017-08-08 10:30:20 -07:00
image: Visual Studio 2017
2017-07-27 16:46:46 -07:00
branches:
only:
- master
2017-07-27 16:46:46 -07:00
platform:
- x86
init:
- git config --global core.autocrlf false
2017-07-27 16:46:46 -07:00
install:
2017-08-08 16:48:04 -07:00
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
2017-07-27 16:46:46 -07:00
- script\configure.cmd
2017-08-08 14:33:23 -07:00
- script\fetch-fixtures.cmd
2017-07-27 16:46:46 -07:00
test_script:
- script\test.cmd
2017-07-27 16:46:46 -07:00
build: off
2017-08-08 17:47:09 -07:00
cache:
- test\fixtures\grammars