forked from galkahana/HummusJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
54 lines (52 loc) · 1.49 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
43
44
45
46
47
48
49
50
51
52
53
54
environment:
node_pre_gyp_accessKeyId:
secure: J0Bhc089DjlB2VE7Y4SiR5yex1cYeYscC6sXc5+wUMg=
node_pre_gyp_secretAccessKey:
secure: RJGlxPP+hUt/pVbY4vBUWW21uGInC8pbyiQ6wz+8cS20k3cQtpnxs9HNFUI4KfBS
matrix:
- nodejs_version: 6
platform: x64
- nodejs_version: 7
platform: x64
- nodejs_version: 8
platform: x64
- nodejs_version: 9
platform: x64
- nodejs_version: 10
platform: x64
- nodejs_version: 11
platform: x64
# electron
- nodejs_version: 12
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 5.0.0
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.1.5
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 3.0.9
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 8
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 2.0.7
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
MOCHA_RUNTIME_VERSION: 7.0.0
- nodejs_version: 8
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 1.8.7
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
MOCHA_RUNTIME_VERSION: 7.0.0
os: Visual Studio 2015
install:
- scripts\build-appveyor.bat
build: OFF
test: OFF
deploy: OFF