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
a83f3762
Commit
a83f3762
authored
Sep 12, 2017
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stay building on precise / dump glib requirements of binaries
parent
17043e53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.travis.yml
.travis.yml
+4
-0
No files found.
.travis.yml
View file @
a83f3762
...
@@ -2,6 +2,8 @@ sudo: false
...
@@ -2,6 +2,8 @@ sudo: false
language
:
generic
language
:
generic
dist
:
precise
git
:
git
:
depth
:
10
depth
:
10
...
@@ -131,6 +133,8 @@ before_script:
...
@@ -131,6 +133,8 @@ before_script:
script
:
script
:
-
if [[ "${NODE_VERSION}" ]]; then ./scripts/build_against_node.sh; fi;
-
if [[ "${NODE_VERSION}" ]]; then ./scripts/build_against_node.sh; fi;
-
nm lib/binding/*/node_sqlite3.node | grep "GLIBCXX_" ||
true
-
nm lib/binding/*/node_sqlite3.node | grep "GLIB_" ||
true
-
if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi;
-
if [[ "${NODE_VERSION}" -eq "4" ]]; then ./node_modules/.bin/eslint lib; fi;
# disabled for now: need to port to sudo:false
# disabled for now: need to port to sudo:false
#- if [[ "${NODE_WEBKIT}" ]]; then ./scripts/build_against_node_webkit.sh; fi;
#- if [[ "${NODE_WEBKIT}" ]]; then ./scripts/build_against_node_webkit.sh; fi;
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