2018-09-30 22:59:56 +00:00
|
|
|
image: Visual Studio 2015
|
|
|
|
|
|
|
|
environment:
|
2019-05-10 20:21:49 +00:00
|
|
|
nodejs_version: "10"
|
2018-09-30 22:59:56 +00:00
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
install:
|
|
|
|
- ps: Install-Product node $env:nodejs_version
|
|
|
|
- node --version
|
|
|
|
- npm --version
|
|
|
|
- npm install
|
|
|
|
|
|
|
|
test_script:
|
2019-03-12 19:16:19 +00:00
|
|
|
- npm run test-windows
|
2018-09-30 22:59:56 +00:00
|
|
|
|
|
|
|
build: off
|
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|