-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathappveyor.yml
More file actions
30 lines (27 loc) · 572 Bytes
/
Copy pathappveyor.yml
File metadata and controls
30 lines (27 loc) · 572 Bytes
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
os: Visual Studio 2017
platform:
- x64
- x86
configuration:
- Release
matrix:
fast_finish: true
environment:
# Prebuild S3 keys
AWS_ACCESS_KEY_ID:
secure: fA8ogg68+lo8W2gqdyINqRWGCRmpnXuP7ZhqxALG38I=
AWS_SECRET_ACCESS_KEY:
secure: jepVHzuEjGj5OSmBYDBBC/fj7fp2DhkBob7rHLvPKza4CyZUGP7y6WxO/6XLO0e7
matrix:
- nodejs_version: 10
- nodejs_version: 11
- nodejs_version: 12
- nodejs_version: 13
- nodejs_version: 14
- nodejs_version: 15
- nodejs_version: 16
install:
- .\scripts\winci.bat
build: OFF
test: OFF
deploy: OFF