forked from galkahana/HummusJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
60 lines (57 loc) · 1.79 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
55
56
57
58
59
60
environment:
node_pre_gyp_accessKeyId:
secure: J0Bhc089DjlB2VE7Y4SiR5yex1cYeYscC6sXc5+wUMg=
node_pre_gyp_secretAccessKey:
secure: RJGlxPP+hUt/pVbY4vBUWW21uGInC8pbyiQ6wz+8cS20k3cQtpnxs9HNFUI4KfBS
matrix:
- nodejs_version: 6
- nodejs_version: 7
- nodejs_version: 8
- nodejs_version: 9
- nodejs_version: 10
- nodejs_version: 11
- nodejs_version: 12
# electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 6.0.2
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 12
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 5.0.9
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.2.8
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.1.5
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.0.8
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 3.0.9
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 8
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
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
platform:
- x64
- x86
install:
- scripts\build-appveyor.bat
build: OFF
test: OFF
deploy: OFF