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
20ed6662
Commit
20ed6662
authored
Feb 06, 2014
by
Mithgol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build for node-webkit 64bit on Linux (uninstall nw-gyp later)
parent
6903cde5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.travis.yml
.travis.yml
+6
-0
No files found.
.travis.yml
View file @
20ed6662
...
@@ -47,6 +47,12 @@ script:
...
@@ -47,6 +47,12 @@ script:
-
make clean
-
make clean
-
npm install --build-from-source --sqlite=/usr
-
npm install --build-from-source --sqlite=/usr
-
npm test
-
npm test
# on Linux install nw-gyp for 64 bit if NODE_WEBKIT is not empty
-
if [ "$platform" = 'linux' ]; then if [ "$NODE_WEBKIT" != "" ]; then npm install nw-gyp -g; fi; fi
# on Linux rebuild node-sqlite3 for 64 bit node-webkit target (if NODE_WEBKIT is not empty)
-
if [ "$platform" = 'linux' ]; then if [ "$NODE_WEBKIT" != "" ]; then nw-gyp rebuild --target=$NODE_WEBKIT --build-from-source; fi; fi
# on Linux uninstall nw-gyp for 64 bit if NODE_WEBKIT is not empty
-
if [ "$platform" = 'linux' ]; then if [ "$NODE_WEBKIT" != "" ]; then npm uninstall nw-gyp -g; fi; fi
-
make clean
-
make clean
# node v0.8 and above provide pre-built 32 bit and 64 bit binaries
# node v0.8 and above provide pre-built 32 bit and 64 bit binaries
# so here we use the 32 bit ones to also test 32 bit builds
# so here we use the 32 bit ones to also test 32 bit builds
...
...
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