Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
node-sqlite3
Commits
2ef7028e
Commit
2ef7028e
authored
Nov 13, 2014
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build for both node 0.11.13 and 0.11.14 [publish binary]
parent
01973c57
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
.travis.yml
.travis.yml
+1
-0
CHANGELOG.md
CHANGELOG.md
+5
-0
appveyor.yml
appveyor.yml
+15
-5
No files found.
.travis.yml
View file @
2ef7028e
...
@@ -14,6 +14,7 @@ branches:
...
@@ -14,6 +14,7 @@ branches:
env
:
env
:
matrix
:
matrix
:
-
NODE_VERSION="0.10.33"
-
NODE_VERSION="0.10.33"
-
NODE_VERSION="0.11.13"
-
NODE_VERSION="0.11.14"
-
NODE_VERSION="0.11.14"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="x64"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="x64"
...
...
CHANGELOG.md
View file @
2ef7028e
# Changelog
# Changelog
## 3.0.3
-
Upgraded to node-pre-gyp@0.6.0 which should fix crashes against node v0.11.14
-
Now providing binaries against Visual Studio 2014 (pass --toolset=v140) and use binaries from https://github.com/mapbox/node-cpp11
## 3.0.2
## 3.0.2
-
Republish for possibly busted npm package.
-
Republish for possibly busted npm package.
...
...
appveyor.yml
View file @
2ef7028e
...
@@ -20,15 +20,25 @@ environment:
...
@@ -20,15 +20,25 @@ environment:
nw_version
:
0.10.5
nw_version
:
0.10.5
PLATFORM
:
x64
PLATFORM
:
x64
msvs_toolset
:
12
msvs_toolset
:
12
-
nodejs_version
:
0.11.13
nw_version
:
0.10.5
PLATFORM
:
x86
msvs_toolset
:
12
BUILD_ARGS
:
--target=0.11.14
-
nodejs_version
:
0.11.13
nw_version
:
0.10.5
PLATFORM
:
x64
msvs_toolset
:
12
BUILD_ARGS
:
--target=0.11.14
# custoom 64 bit visual studio 2014 builds
# custoom 64 bit visual studio 2014 builds
-
nodejs_version
:
0.10.33
-
nodejs_version
:
0.10.33
PLATFORM
:
x64
PLATFORM
:
x64
msvs_toolset
:
14
msvs_toolset
:
14
TOOLSET
_ARGS
:
--dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
BUILD
_ARGS
:
--dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
-
nodejs_version
:
0.11.14
-
nodejs_version
:
0.11.14
PLATFORM
:
x64
PLATFORM
:
x64
msvs_toolset
:
14
msvs_toolset
:
14
TOOLSET
_ARGS
:
--dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
BUILD
_ARGS
:
--dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
os
:
Visual Studio 2014 CTP4
os
:
Visual Studio 2014 CTP4
...
@@ -58,7 +68,7 @@ install:
...
@@ -58,7 +68,7 @@ install:
-
SET PATH=C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\bin;%PATH%
-
SET PATH=C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\bin;%PATH%
-
if %platform% == x64 CALL "C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\vcvarsall.bat" amd64
-
if %platform% == x64 CALL "C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\vcvarsall.bat" amd64
-
if %platform% == x86 CALL "C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\vcvarsall.bat" amd64_x86
-
if %platform% == x86 CALL "C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\vcvarsall.bat" amd64_x86
-
npm install --build-from-source --msvs_version=2013 %
TOOLSET
_ARGS% --loglevel=http
-
npm install --build-from-source --msvs_version=2013 %
BUILD
_ARGS% --loglevel=http
-
node_modules\.bin\node-pre-gyp reveal module --silent > module.txt
-
node_modules\.bin\node-pre-gyp reveal module --silent > module.txt
-
SET /p MODULE=<module.txt
-
SET /p MODULE=<module.txt
-
del module.txt
-
del module.txt
...
@@ -69,10 +79,10 @@ install:
...
@@ -69,10 +79,10 @@ install:
-
dumpbin /DEPENDENTS "%NODE_EXE_PATH%"
-
dumpbin /DEPENDENTS "%NODE_EXE_PATH%"
-
dumpbin /DEPENDENTS "%MODULE%"
-
dumpbin /DEPENDENTS "%MODULE%"
-
npm test
-
npm test
-
node-pre-gyp package %
TOOLSET
_ARGS%
-
node-pre-gyp package %
BUILD
_ARGS%
# make commit message env var shorter
# make commit message env var shorter
-
SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
-
SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
-
if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013
unpublish publish %TOOLSET
_ARGS%
-
if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013
publish %BUILD
_ARGS%
-
if "%msvs_toolset%" == "12" call scripts\build_for_node_webkit.cmd %PLATFORM%
-
if "%msvs_toolset%" == "12" call scripts\build_for_node_webkit.cmd %PLATFORM%
build
:
OFF
build
:
OFF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment