forked from CartoDB/node-mapnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
45 lines (40 loc) · 935 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
41
42
43
44
45
environment:
node_pre_gyp_accessKeyId:
secure: 7DrSVc5eIGtmMcki5H+iRft+Tk3MJTwDBQEUuJHWaQ4=
node_pre_gyp_secretAccessKey:
secure: 1amwJJw9fu0j6dXnc5KsAQbSYf7Cjw/dapT6OZWABa6nc52grkKeLQ+DGaOfQz8i
matrix:
- nodejs_version: 0.10
msvs_toolset: 14
platform: x64
- nodejs_version: 0.10
msvs_toolset: 14
platform: x86
- nodejs_version: 4
msvs_toolset: 14
platform: x64
- nodejs_version: 4
msvs_toolset: 14
platform: x86
- nodejs_version: 6
msvs_toolset: 14
platform: x64
- nodejs_version: 6
msvs_toolset: 14
platform: x86
- nodejs_version: 8
msvs_toolset: 14
platform: x64
- nodejs_version: 8
msvs_toolset: 14
platform: x86
os: Visual Studio 2015
clone_depth: 20
install:
- scripts\build-appveyor.bat
artifacts:
- path: build\stage\**\*.gz
name: package
build: off
test: off
deploy: off