forked from mscdex/node-xxhash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
42 lines (38 loc) · 1.19 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
environment:
matrix:
- nodejs_version: "4"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GYP_MSVS_VERSION: "2013"
- nodejs_version: "4"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GYP_MSVS_VERSION: "2015"
- nodejs_version: "6"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GYP_MSVS_VERSION: "2013"
- nodejs_version: "6"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GYP_MSVS_VERSION: "2015"
- nodejs_version: "8"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GYP_MSVS_VERSION: "2013"
- nodejs_version: "8"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GYP_MSVS_VERSION: "2015"
- nodejs_version: "10"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GYP_MSVS_VERSION: "2015"
- nodejs_version: "12"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GYP_MSVS_VERSION: "2017"
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64
- set CL=-DDELAYIMP_INSECURE_WRITABLE_HOOKS
- npm install
test_script:
- echo %APPVEYOR_BUILD_WORKER_IMAGE%
- node --version
- npm --version
- npm test
build: off
shallow_clone: true
version: "{build}"