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
043182c0
Commit
043182c0
authored
Aug 23, 2015
by
Benjamin Byholm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test on io.js 3.1.0
parent
4fb7b4a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
.travis.yml
.travis.yml
+9
-0
appveyor.yml
appveyor.yml
+6
-0
No files found.
.travis.yml
View file @
043182c0
sudo
:
false
language
:
cpp
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
g++-4.8
# http://docs.travis-ci.com/user/multi-os/
os
:
...
...
@@ -17,6 +24,7 @@ env:
-
NODE_VERSION="0.12.7"
# ABI 14
-
NODE_VERSION="iojs-1.8.4"
# ABI 43
-
NODE_VERSION="iojs-2.3.4"
# ABI 44
-
NODE_VERSION="iojs-3.1.0"
# ABI 45
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="x64"
-
NODE_WEBKIT="0.10.5" TARGET_ARCH="ia32"
...
...
@@ -31,6 +39,7 @@ matrix:
os
:
osx
before_install
:
-
if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
# check if tag exists and matches package.json
-
scripts/validate_tag.sh
-
echo $NODE_VERSION
...
...
appveyor.yml
View file @
043182c0
...
...
@@ -28,6 +28,12 @@ environment:
-
nodejs_version
:
2.0.0
platform
:
x86
msvs_toolset
:
12
-
nodejs_version
:
3.1.0
platform
:
x64
msvs_toolset
:
12
-
nodejs_version
:
3.1.0
platform
:
x86
msvs_toolset
:
12
# custom visual studio 2015 builds
-
nodejs_version
:
0.10.40
platform
:
x86
...
...
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