2018-09-22 14:44:41 +02:00
|
|
|
image: Visual Studio 2017
|
2016-11-23 10:07:13 +01:00
|
|
|
environment:
|
2016-11-23 16:38:52 +01:00
|
|
|
matrix:
|
2017-11-15 15:45:50 +01:00
|
|
|
- nodejs_version: "8"
|
|
|
|
- nodejs_version: "9"
|
2018-09-22 13:50:40 +02:00
|
|
|
- nodejs_version: "10"
|
2017-04-04 19:58:03 +02:00
|
|
|
platform:
|
|
|
|
- x86
|
|
|
|
- x64
|
2016-11-23 10:07:13 +01:00
|
|
|
install:
|
|
|
|
- ps: Install-Product node $env:nodejs_version
|
2016-11-23 21:06:56 +01:00
|
|
|
- md public
|
2017-04-04 19:58:03 +02:00
|
|
|
- npm install --global --production windows-build-tools
|
2016-11-23 10:07:13 +01:00
|
|
|
- npm install
|
|
|
|
build_script:
|
|
|
|
- npm run build
|
|
|
|
test_script:
|
|
|
|
- npm run lint
|