forked from galkahana/HummusJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
40 lines (38 loc) · 1012 Bytes
/
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
environment:
node_pre_gyp_accessKeyId:
secure: J0Bhc089DjlB2VE7Y4SiR5yex1cYeYscC6sXc5+wUMg=
node_pre_gyp_secretAccessKey:
secure: RJGlxPP+hUt/pVbY4vBUWW21uGInC8pbyiQ6wz+8cS20k3cQtpnxs9HNFUI4KfBS
matrix:
- nodejs_version: 4
platform: x64
msvs_toolset: 12
- nodejs_version: 5
platform: x64
- 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
# electron
- nodejs_version: 8
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 2.0.7
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 8
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 1.8.7
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
os: Visual Studio 2015
install:
- scripts\build-appveyor.bat
build: OFF
test: OFF
deploy: OFF