Binary deployment with node-pre-gyp #245

Merged
merged 4 commits into from Jan 14, 2014

Projects

None yet

2 participants

@springmeyer
Member

This replaces the homegrown solution for binary deployment with a better and more generic approach using node-pre-gyp.

Users installing node-sqlite3 won't need to know about this switch, but it will help with the development and faster publishing of binaries going forward.

  • requires the min Node version to be >= 0.8.0

Before merging

After merging

  • - Tag v2.2.0 and publish binaries for windows, os x, and linux for node v0.8.x and v0.10.x
@springmeyer springmeyer merged commit 707d5cf into master Jan 14, 2014

1 check passed

default The Travis CI build passed
Details
@springmeyer
Member

@flip111 - merged into master. Can you test?

Tell me if this works?

npm install https://github.com/mapbox/node-sqlite3/tarball/master

Its also now tagged so this should work as well:

npm install [email protected]
@springmeyer springmeyer deleted the binaries-with-node-pre-gyp branch Jan 14, 2014
@springmeyer springmeyer referenced this pull request Jan 14, 2014
Merged

Support Node 0.11.4 #184

@flip111
flip111 commented Jan 14, 2014

i run npm install https://github.com/mapbox/node-sqlite3/tarball/master and see: https://gist.github.com/springmeyer/1b1517fcb369e9dedae6

@springmeyer
Member

okay, thanks, so its not fixed, will track at #244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment