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
e6c71d35
Commit
e6c71d35
authored
Aug 16, 2019
by
Pat DeSantis
Committed by
Sam Matthews
Aug 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prebuilt: add electron 6.0.0 (#1195)
* prebuilt: add electron 6.0.0 * node: use Node 6 for test suite
parent
bad9339d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletions
+22
-1
.travis.yml
.travis.yml
+12
-1
appveyor.yml
appveyor.yml
+10
-0
No files found.
.travis.yml
View file @
e6c71d35
...
@@ -121,7 +121,15 @@ matrix:
...
@@ -121,7 +121,15 @@ matrix:
# electron Linux
# electron Linux
-
os
:
linux
-
os
:
linux
compiler
:
clang
compiler
:
clang
env
:
NODE_VERSION="12" ELECTRON_VERSION="5.0.0"
env
:
NODE_VERSION="6" ELECTRON_VERSION="6.0.0"
dist
:
trusty
# needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
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
compiler
:
clang
env
:
NODE_VERSION="6" ELECTRON_VERSION="5.0.0"
dist
:
trusty
# needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
dist
:
trusty
# needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
addons
:
addons
:
apt
:
apt
:
...
@@ -198,6 +206,9 @@ matrix:
...
@@ -198,6 +206,9 @@ matrix:
# electron MacOs
# electron MacOs
-
os
:
osx
-
os
:
osx
compiler
:
clang
compiler
:
clang
env
:
NODE_VERSION="6" ELECTRON_VERSION="6.0.0"
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="6" ELECTRON_VERSION="5.0.0"
env
:
NODE_VERSION="6" ELECTRON_VERSION="5.0.0"
-
os
:
osx
-
os
:
osx
compiler
:
clang
compiler
:
clang
...
...
appveyor.yml
View file @
e6c71d35
...
@@ -42,6 +42,16 @@ environment:
...
@@ -42,6 +42,16 @@ environment:
-
nodejs_version
:
12
-
nodejs_version
:
12
platform
:
x64
platform
:
x64
NODE_RUNTIME
:
electron
NODE_RUNTIME
:
electron
NODE_RUNTIME_VERSION
:
6.0.0
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
-
nodejs_version
:
12
platform
:
x86
NODE_RUNTIME
:
electron
NODE_RUNTIME_VERSION
:
6.0.0
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
-
nodejs_version
:
12
platform
:
x64
NODE_RUNTIME
:
electron
NODE_RUNTIME_VERSION
:
5.0.0
NODE_RUNTIME_VERSION
:
5.0.0
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
-
nodejs_version
:
12
-
nodejs_version
:
12
...
...
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