File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 21
21
- stage : build
22
22
node_js : ' 14'
23
23
os : linux
24
+ - stage : build
25
+ node_js : ' 15'
26
+ os : linux
24
27
- stage : build
25
28
node_js : ' 10'
26
29
os : osx
36
39
- stage : build
37
40
node_js : ' 14'
38
41
os : osx
42
+ - stage : build
43
+ node_js : ' 15'
44
+ os : osx
39
45
addons :
40
46
apt :
41
47
sources :
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
37
37
| Node 12 * (Abi 72)* | ✓ | ✓ | ✓ | ✗ | ✓ |
38
38
| Node 13 * (Abi 79)* | ✓ | ✓ | ✓ | ✗ | ✓ |
39
39
| Node 14 * (Abi 83)* | ✓ | ✓ | ✓ | ✗ | ✓ |
40
+ | Node 15 * (Abi 88)* | ✓ | ✓ | ✓ | ✗ | ✓ |
40
41
41
42
## Usage
42
43
Original file line number Diff line number Diff line change 40
40
- nodejs_version : 14
41
41
GYP_MSVS_VERSION : 2015
42
42
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
43
+ - nodejs_version : 15
44
+ GYP_MSVS_VERSION : 2015
45
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
43
46
install :
44
47
- git submodule update --init --recursive
45
48
- ps : Install-Product node $env:nodejs_version $env:platform
105
108
- nodejs_version : 14
106
109
GYP_MSVS_VERSION : 2015
107
110
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
111
+ - nodejs_version : 15
112
+ GYP_MSVS_VERSION : 2015
113
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
108
114
install :
109
115
- git submodule update --init --recursive
110
116
- ps : Install-Product node $env:nodejs_version $env:platform
You can’t perform that action at this time.
0 commit comments