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
321455e9
Unverified
Commit
321455e9
authored
Nov 09, 2018
by
Kewde
Committed by
GitHub
Nov 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1071 from mapbox/macos-electron-3
add electron 3.0
parents
c191e61e
79881270
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
.travis.yml
.travis.yml
+4
-1
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
321455e9
...
...
@@ -100,7 +100,7 @@ matrix:
# electron Linux
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="6" ELECTRON_VERSION="3.0.
0-beta.1
"
env
:
NODE_VERSION="6" ELECTRON_VERSION="3.0.
6
"
dist
:
trusty
# needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
addons
:
apt
:
...
...
@@ -145,6 +145,9 @@ matrix:
# electron MacOs
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="6" ELECTRON_VERSION="3.0.6"
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="6" ELECTRON_VERSION="2.0.1"
-
os
:
osx
compiler
:
clang
...
...
appveyor.yml
View file @
321455e9
...
...
@@ -34,12 +34,12 @@ environment:
-
nodejs_version
:
10
platform
:
x64
NODE_RUNTIME
:
electron
NODE_RUNTIME_VERSION
:
3.0.
0-beta.1
NODE_RUNTIME_VERSION
:
3.0.
6
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
-
nodejs_version
:
10
platform
:
x86
NODE_RUNTIME
:
electron
NODE_RUNTIME_VERSION
:
3.0.
0-beta.1
NODE_RUNTIME_VERSION
:
3.0.
6
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
-
nodejs_version
:
8
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