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
a498ff92
Commit
a498ff92
authored
Oct 27, 2016
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump to v3.1.8, build/test node v7 [publish binary]
parent
a5f1575c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
11 deletions
+27
-11
.travis.yml
.travis.yml
+11
-1
appveyor.yml
appveyor.yml
+16
-10
No files found.
.travis.yml
View file @
a498ff92
...
...
@@ -24,6 +24,13 @@ matrix:
# Linux
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="7"
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="6"
addons
:
apt
:
...
...
@@ -60,7 +67,7 @@ matrix:
# test building against external sqlite
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="0.10
.40
" EXTERNAL_SQLITE=true PUBLISHABLE=false
env
:
NODE_VERSION="0.10" EXTERNAL_SQLITE=true PUBLISHABLE=false
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
...
...
@@ -71,6 +78,9 @@ matrix:
env
:
NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false
# node abi 47
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="7"
# node abi 51
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="6"
# node abi 48
-
os
:
osx
compiler
:
clang
...
...
appveyor.yml
View file @
a498ff92
...
...
@@ -4,34 +4,40 @@ environment:
node_pre_gyp_secretAccessKey
:
secure
:
1amwJJw9fu0j6dXnc5KsAQbSYf7Cjw/dapT6OZWABa6nc52grkKeLQ+DGaOfQz8i
matrix
:
-
nodejs_version
:
0.10
.40
-
nodejs_version
:
0.10
platform
:
x86
msvs_toolset
:
12
-
nodejs_version
:
0.10
.40
-
nodejs_version
:
0.10
platform
:
x64
msvs_toolset
:
12
-
nodejs_version
:
0.12
.7
-
nodejs_version
:
0.12
platform
:
x86
msvs_toolset
:
12
-
nodejs_version
:
0.12
.7
-
nodejs_version
:
0.12
platform
:
x64
msvs_toolset
:
12
-
nodejs_version
:
4.0.0
-
nodejs_version
:
4
platform
:
x64
msvs_toolset
:
12
-
nodejs_version
:
4
platform
:
x86
msvs_toolset
:
12
-
nodejs_version
:
5
platform
:
x64
msvs_toolset
:
12
-
nodejs_version
:
4.0.0
-
nodejs_version
:
5
platform
:
x86
msvs_toolset
:
12
-
nodejs_version
:
5.0.0
-
nodejs_version
:
6
platform
:
x64
msvs_toolset
:
12
-
nodejs_version
:
5.0.0
-
nodejs_version
:
6
platform
:
x86
msvs_toolset
:
12
-
nodejs_version
:
6.0.0
-
nodejs_version
:
7
platform
:
x64
msvs_toolset
:
12
-
nodejs_version
:
6.0.0
-
nodejs_version
:
7
platform
:
x86
msvs_toolset
:
12
# custom visual studio 2015 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