File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 2121 - stage : build
2222 node_js : ' 14'
2323 os : linux
24+ - stage : build
25+ node_js : ' 15'
26+ os : linux
2427 - stage : build
2528 node_js : ' 10'
2629 os : osx
3639 - stage : build
3740 node_js : ' 14'
3841 os : osx
42+ - stage : build
43+ node_js : ' 15'
44+ os : osx
3945addons :
4046 apt :
4147 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
3737| Node 12 * (Abi 72)* | ✓ | ✓ | ✓ | ✗ | ✓ |
3838| Node 13 * (Abi 79)* | ✓ | ✓ | ✓ | ✗ | ✓ |
3939| Node 14 * (Abi 83)* | ✓ | ✓ | ✓ | ✗ | ✓ |
40+ | Node 15 * (Abi 88)* | ✓ | ✓ | ✓ | ✗ | ✓ |
4041
4142## Usage
4243
Original file line number Diff line number Diff line change 4040 - nodejs_version : 14
4141 GYP_MSVS_VERSION : 2015
4242 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
43+ - nodejs_version : 15
44+ GYP_MSVS_VERSION : 2015
45+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
4346 install :
4447 - git submodule update --init --recursive
4548 - ps : Install-Product node $env:nodejs_version $env:platform
105108 - nodejs_version : 14
106109 GYP_MSVS_VERSION : 2015
107110 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
111+ - nodejs_version : 15
112+ GYP_MSVS_VERSION : 2015
113+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
108114 install :
109115 - git submodule update --init --recursive
110116 - ps : Install-Product node $env:nodejs_version $env:platform
You can’t perform that action at this time.
0 commit comments