2017-08-08 10:30:20 -07:00
|
|
|
image: Visual Studio 2017
|
2017-07-27 16:46:46 -07:00
|
|
|
|
2017-08-07 12:48:10 -07:00
|
|
|
branches:
|
|
|
|
|
only:
|
|
|
|
|
- master
|
|
|
|
|
|
2017-07-27 16:46:46 -07:00
|
|
|
platform:
|
|
|
|
|
- x86
|
|
|
|
|
|
2017-08-09 09:41:51 -07:00
|
|
|
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:
|
2017-08-07 15:36:14 -07:00
|
|
|
- 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
|