File tree 3 files changed +1
-13
lines changed
3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 6
6
- secure : Gcpp1pwnwTJ/UmTF0VZtex9q8q4asJAoNImXNUbDkBaJMLn3rdHYdiiXErmVcx8924GuDeCcxTH0KS1owVmnaEMbOmhTLlh7ywNPviXkHRpr45TMsnhj0sKuCFNVy4G0GP+Edu6eOEBzCa5vOJ1B2ptj9whi1v1P032GXShzbWKOgtJR1J21EwvnhHjTxdCc39hCbtodqeHjTcczMClP8o50gjMdzAyNRjcMI2MARMIrgMPqbUzPHrcEoE3DBC+i+AWpcLY5iRyXo/RwcJxYjy2hUmSQMzlNmxExO8+cFVo8yQA3QU3qOTNL+c55OoARU+IwpeVsSFXRfhlKWFFCIlP02GoDU9K9CLNOR5Sx5NDkjldGz1KYUMDWTSMhVhH0XqyziM4fKHw+bmbZ2Z9qqZRgnLFunCiaM2L8RC7tzGo/voPsaHZB9SlBWVkPpvuF32IQl9cqYWgbiVOIHvPZ0EdlF9MHBKST8xc7FyFnMtsWkr05SPp7dg1ZCCI/2XbnP49Y4MiWeiQq8rno/OTUEaZCQVJuCqbx4/sBER1aHff6DP2Peu7wGPECcX6lickU9otvtGnMfM1U6Ig3q82mF8UHkcqWel0bB2BHEZMT1sfZI+kV/P7GLylFEfIuKBMAUXCZAWRWyLq1AcmkLM5na0nql43qLhs+EJAJCGxF2vU=
7
7
jobs :
8
8
include :
9
- - stage : build
10
- node_js : ' 10'
11
- os : linux
12
9
- stage : build
13
10
node_js : ' 12'
14
11
os : linux
21
18
- stage : build
22
19
node_js : ' 16'
23
20
os : linux
24
- - stage : build
25
- node_js : ' 10'
26
- os : osx
27
21
- stage : build
28
22
node_js : ' 12'
29
23
os : osx
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
32
32
| Node Version | Windows 64-Bit | Windows 32-Bit | Linux 64-Bit | Linux 32-Bit | OSX |
33
33
| --------------------| --------------------| --------------------| --------------------| --------------| --------------------|
34
34
| Earlier | ✗ | ✗ | ✗ | ✗ | ✗ |
35
- | Node 10 * (Abi 64)* | ✓ | ✓ | ✓ | ✗ | ✓ |
35
+ | Node 10 * (Abi 64)* | ✗ | ✗ | ✗ | ✗ | ✗ |
36
36
| Node 11 * (Abi 67)* | ✗ | ✗ | ✗ | ✗ | ✗ |
37
37
| Node 12 * (Abi 72)* | ✓ | ✓ | ✓ | ✗ | ✓ |
38
38
| Node 13 * (Abi 79)* | ✗ | ✗ | ✗ | ✗ | ✗ |
Original file line number Diff line number Diff line change 25
25
environment :
26
26
NATIVE_IMAGE_DIFF_SKIP_BINARY_DOWNLOAD_FOR_CI : true
27
27
matrix :
28
- - nodejs_version : 10
29
- GYP_MSVS_VERSION : 2015
30
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
31
28
- nodejs_version : 12
32
29
GYP_MSVS_VERSION : 2015
33
30
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
90
87
environment :
91
88
NATIVE_IMAGE_DIFF_SKIP_BINARY_DOWNLOAD_FOR_CI : true
92
89
matrix :
93
- - nodejs_version : 10
94
- GYP_MSVS_VERSION : 2015
95
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
96
90
- nodejs_version : 12
97
91
GYP_MSVS_VERSION : 2015
98
92
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
You can’t perform that action at this time.
0 commit comments