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
5a79cad5
Commit
5a79cad5
authored
Mar 22, 2017
by
tsufeki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add electron 1.3 build to travis.
parent
b472d6b8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
.travis.yml
.travis.yml
+7
-0
appveyor.yml
appveyor.yml
+2
-2
build_against_electron.sh
scripts/build_against_electron.sh
+1
-1
No files found.
.travis.yml
View file @
5a79cad5
...
...
@@ -102,6 +102,13 @@ matrix:
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" ELECTRON_VERSION="1.3.14"
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
packages
:
[
'
clang-3.5'
]
env
:
global
:
...
...
appveyor.yml
View file @
5a79cad5
...
...
@@ -62,13 +62,13 @@ environment:
platform
:
x64
msvs_toolset
:
12
NODE_RUNTIME
:
electron
NODE_RUNTIME_VERSION
:
1.6.
3
NODE_RUNTIME_VERSION
:
1.6.
2
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
-
nodejs_version
:
6
platform
:
x86
msvs_toolset
:
12
NODE_RUNTIME
:
electron
NODE_RUNTIME_VERSION
:
1.6.
3
NODE_RUNTIME_VERSION
:
1.6.
2
TOOLSET_ARGS
:
--dist-url=https://atom.io/download/electron
-
nodejs_version
:
6
platform
:
x64
...
...
scripts/build_against_electron.sh
View file @
5a79cad5
...
...
@@ -17,7 +17,7 @@ function publish() {
}
function
electron_pretest
()
{
npm install
-g
electron
npm install
-g
electron
@
${
ELECTRON_VERSION
}
npm install
-g
electron-mocha
sh
-e
/etc/init.d/xvfb start
sleep 3
...
...
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