win-find-jscript-compiler
Version:
Find .NET's jsc.exe on Windows
24 lines (19 loc) • 414 B
YAML
version: "{build}"
build: off
skip_tags: true
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- set PATH=%APPDATA%\npm;%PATH%;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin
- npm i
test_script:
- npm test