tree-sitter-bash/appveyor.yml

27 lines
416 B
YAML

image: Visual Studio 2015
environment:
nodejs_version: "8"
platform:
- x64
- x86
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
- npm run test-windows
build: off
branches:
only:
- master
- /^v.*$/
deploy_script: IF "%APPVEYOR_REPO_TAG%" == "true" (npm run prebuild && npm run prebuild:upload -u %PREBUILD_UPLOAD%)