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
c08329bb
Commit
c08329bb
authored
Sep 08, 2015
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build fixes
parent
b940bbcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
.travis.yml
.travis.yml
+6
-6
build_against_node.sh
scripts/build_against_node.sh
+1
-1
No files found.
.travis.yml
View file @
c08329bb
...
...
@@ -24,21 +24,21 @@ matrix:
# Linux
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="3.1.0" PUBLISHABLE=true
env
:
NODE_VERSION="
iojs-
3.1.0" PUBLISHABLE=true
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
packages
:
[
'
clang-3.5'
]
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="2.4.0" PUBLISHABLE=true
env
:
NODE_VERSION="
iojs-
2.4.0" PUBLISHABLE=true
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
packages
:
[
'
clang-3.5'
]
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="1.8.4" PUBLISHABLE=true
env
:
NODE_VERSION="
iojs-
1.8.4" PUBLISHABLE=true
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
...
...
@@ -68,13 +68,13 @@ matrix:
# OS X
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="3.1.0"
# node abi 45
env
:
NODE_VERSION="
iojs-
3.1.0"
# node abi 45
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="2.4.0"
# node abi 44
env
:
NODE_VERSION="
iojs-
2.4.0"
# node abi 44
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="1.8.4"
# node abi 43
env
:
NODE_VERSION="
iojs-
1.8.4"
# node abi 43
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="0.12.7"
# node abi 14
...
...
scripts/build_against_node.sh
View file @
c08329bb
...
...
@@ -3,7 +3,7 @@
set
-e
-u
function
publish
()
{
if
[[
${
PUBLISHABLE
}
==
true
]]
&&
[[
${
COMMIT_MESSAGE
}
=
~
"[publish binary]"
]]
;
then
if
[[
${
PUBLISHABLE
:-
false
}
==
true
]]
&&
[[
${
COMMIT_MESSAGE
}
=
~
"[publish binary]"
]]
;
then
node-pre-gyp package testpackage
node-pre-gyp publish
node-pre-gyp info
...
...
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