Unverified Commit c4659eb6 by Dane Springmeyer Committed by GitHub

Merge pull request #952 from SebastianSchmidt/master

Upgrade node-pre-gyp to version 0.9.0
parents a4699605 f937dead
...@@ -60,17 +60,10 @@ matrix: ...@@ -60,17 +60,10 @@ 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'] packages: [ 'clang-3.5']
- os: linux
compiler: clang
env: NODE_VERSION="0.10"
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5']
# test building against external sqlite # test building against external sqlite
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="0.10" EXTERNAL_SQLITE=true PUBLISHABLE=false env: NODE_VERSION="8" EXTERNAL_SQLITE=true PUBLISHABLE=false
addons: addons:
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' ]
...@@ -97,9 +90,6 @@ matrix: ...@@ -97,9 +90,6 @@ matrix:
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="4" # node abi 46 env: NODE_VERSION="4" # node abi 46
- os: osx
compiler: clang
env: NODE_VERSION="0.10" # node abi 11
env: env:
global: global:
......
# Changelog # Changelog
## [Unreleased]
- Drop support for Node v0.10 and v.12
- Upgrade to node-pre-gyp@0.9.0
## 3.1.13 ## 3.1.13
- Attempt to fix regression of #866 - Attempt to fix regression of #866
......
...@@ -9,7 +9,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js]( ...@@ -9,7 +9,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
## Supported platforms ## Supported platforms
The `sqlite3` module works with Node.js v0.10.x, v0.12.x, v4.x, v5.x, v6.x and v7.x. The `sqlite3` module works with Node.js v4.x, v5.x, v6.x and v7.x.
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp). Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp).
......
...@@ -4,14 +4,6 @@ environment: ...@@ -4,14 +4,6 @@ environment:
node_pre_gyp_secretAccessKey: node_pre_gyp_secretAccessKey:
secure: 1amwJJw9fu0j6dXnc5KsAQbSYf7Cjw/dapT6OZWABa6nc52grkKeLQ+DGaOfQz8i secure: 1amwJJw9fu0j6dXnc5KsAQbSYf7Cjw/dapT6OZWABa6nc52grkKeLQ+DGaOfQz8i
matrix: matrix:
- nodejs_version: 0.10
platform: x86
- nodejs_version: 0.10
platform: x64
- nodejs_version: 0.12
platform: x86
- nodejs_version: 0.12
platform: x64
- nodejs_version: 4 - nodejs_version: 4
platform: x64 platform: x64
- nodejs_version: 4 - nodejs_version: 4
...@@ -36,23 +28,6 @@ environment: ...@@ -36,23 +28,6 @@ environment:
platform: x64 platform: x64
- nodejs_version: 9 - nodejs_version: 9
platform: x86 platform: x86
# custom visual studio 2015 builds
- nodejs_version: 0.10.40
platform: x86
msvs_toolset: 14
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
- nodejs_version: 0.10.40
platform: x64
msvs_toolset: 14
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
- nodejs_version: 0.12.7
platform: x86
msvs_toolset: 14
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
- nodejs_version: 0.12.7
platform: x64
msvs_toolset: 14
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
os: Visual Studio 2015 os: Visual Studio 2015
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}, },
"dependencies": { "dependencies": {
"nan": "~2.8.0", "nan": "~2.8.0",
"node-pre-gyp": "~0.6.38" "node-pre-gyp": "~0.9.0"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
......
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