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
460931be
Unverified
Commit
460931be
authored
Nov 15, 2019
by
Kewde
Committed by
GitHub
Nov 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prebuilts: add node v13 (#1247)
parent
375d827c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletions
+16
-1
.travis.yml
.travis.yml
+12
-1
appveyor.yml
appveyor.yml
+4
-0
No files found.
.travis.yml
View file @
460931be
...
...
@@ -21,6 +21,14 @@ matrix:
-
os
:
linux
dist
:
trusty
compiler
:
clang
env
:
NODE_VERSION="13"
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
packages
:
[
'
clang-3.5'
,
'
libstdc++-4.9-dev'
]
-
os
:
linux
dist
:
trusty
compiler
:
clang
env
:
NODE_VERSION="12"
addons
:
apt
:
...
...
@@ -93,7 +101,10 @@ matrix:
# OS X
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="12"
# node abi 67
env
:
NODE_VERSION="13"
# node abi 79
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="12"
# node abi 72
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="11"
# node abi 67
...
...
appveyor.yml
View file @
460931be
...
...
@@ -38,6 +38,10 @@ environment:
platform
:
x64
-
nodejs_version
:
12
platform
:
x86
-
nodejs_version
:
13
platform
:
x64
-
nodejs_version
:
13
platform
:
x86
# electron
-
nodejs_version
:
12
platform
:
x64
...
...
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