Unverified Commit 034c05fd by Kewde

prebuilt: re-enable Node 10 [publish binary]

parent c196b051
...@@ -49,6 +49,13 @@ matrix: ...@@ -49,6 +49,13 @@ matrix:
apt: apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ] sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5', 'libstdc++-4.9-dev'] packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux
compiler: clang
env: NODE_VERSION="10"
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
# OS X # OS X
- os: osx - os: osx
compiler: clang compiler: clang
...@@ -62,6 +69,9 @@ matrix: ...@@ -62,6 +69,9 @@ matrix:
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="11" # node abi 67 env: NODE_VERSION="11" # node abi 67
- os: osx
compiler: clang
env: NODE_VERSION="10" # node abi 67
# electron Linux # electron Linux
- os: linux - os: linux
compiler: clang compiler: clang
......
# Changelog # Changelog
## 5.0.0 ## 5.0.0
- prebuilt: Node 14 support, dropped support for all version of Node < 11 [#1304](https://github.com/mapbox/node-sqlite3/pull/1304) - prebuilt: Node 14 support, dropped support for all version of Node < 10 [#1304](https://github.com/mapbox/node-sqlite3/pull/1304)
- prebuilt: add electron 7.2 [#1324](https://github.com/mapbox/node-sqlite3/pull/1324) - prebuilt: add electron 7.2 [#1324](https://github.com/mapbox/node-sqlite3/pull/1324)
- napi: refactor codebase to use N-API instead of NAN (+ various improvements) [#1304](https://github.com/mapbox/node-sqlite3/pull/1304) - napi: refactor codebase to use N-API instead of NAN (+ various improvements) [#1304](https://github.com/mapbox/node-sqlite3/pull/1304)
- trace: don't require throw to add trace info for verbose [#1317](https://github.com/mapbox/node-sqlite3/pull/1317) - trace: don't require throw to add trace info for verbose [#1317](https://github.com/mapbox/node-sqlite3/pull/1317)
......
environment: environment:
matrix: matrix:
- nodejs_version: 10
platform: x64
- nodejs_version: 10
platform: x86
- nodejs_version: 11 - nodejs_version: 11
platform: x64 platform: x64
- nodejs_version: 11 - nodejs_version: 11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment