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
e538c2e0
Commit
e538c2e0
authored
Jul 31, 2014
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-enable entire matrix [skip ci]
parent
74a83a6a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
.travis.yml
.travis.yml
+6
-6
build_against_node_webkit.sh
scripts/build_against_node_webkit.sh
+1
-0
No files found.
.travis.yml
View file @
e538c2e0
...
@@ -7,13 +7,13 @@ os:
...
@@ -7,13 +7,13 @@ os:
env
:
env
:
matrix
:
matrix
:
#
- NODE_VERSION="0.8"
-
NODE_VERSION="0.8"
#
- NODE_VERSION="0.10"
-
NODE_VERSION="0.10"
#
- NODE_VERSION="0.11"
-
NODE_VERSION="0.11"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
#
- NODE_WEBKIT="0.8.6" TARGET_ARCH="x64"
-
NODE_WEBKIT="0.8.6" TARGET_ARCH="x64"
#
- NODE_WEBKIT="0.10.1" TARGET_ARCH="ia32"
-
NODE_WEBKIT="0.10.1" TARGET_ARCH="ia32"
#
- NODE_WEBKIT="0.10.1" TARGET_ARCH="x64"
-
NODE_WEBKIT="0.10.1" TARGET_ARCH="x64"
global
:
global
:
-
secure
:
QhuP5E/kYL1j1KDkHGJtk6DSJr1RH4DR/JrC62Viuf5Du8jE+i0kPWfF2MxtuEmKo35orhpu8t8mzKygWfuO63WPuuIE9qd/+V/y99Lqcj0tEN6wJ5RnywktbTJWg23zphjhmYq3Xj8DLVEikCZBwHtlbygkO9Q60cn1PK+bnPg=
-
secure
:
QhuP5E/kYL1j1KDkHGJtk6DSJr1RH4DR/JrC62Viuf5Du8jE+i0kPWfF2MxtuEmKo35orhpu8t8mzKygWfuO63WPuuIE9qd/+V/y99Lqcj0tEN6wJ5RnywktbTJWg23zphjhmYq3Xj8DLVEikCZBwHtlbygkO9Q60cn1PK+bnPg=
-
secure
:
HxCS2dQAWI0KmCFnFNNZoucG4FeAW+itG7+Hp0dNtwmxZzGOZYFO2bZcGvTAMNfVN++oqLxTebYQI1oB5yUl5mPJjrjthaGS6Zq3S6rfJcXiv+icYgEXlR6ejQ97dsHw1Jeg8nedCQlI4kHfvG6pgBLhq9hnugxH1Cjhdt14E9U=
-
secure
:
HxCS2dQAWI0KmCFnFNNZoucG4FeAW+itG7+Hp0dNtwmxZzGOZYFO2bZcGvTAMNfVN++oqLxTebYQI1oB5yUl5mPJjrjthaGS6Zq3S6rfJcXiv+icYgEXlR6ejQ97dsHw1Jeg8nedCQlI4kHfvG6pgBLhq9hnugxH1Cjhdt14E9U=
...
...
scripts/build_against_node_webkit.sh
View file @
e538c2e0
...
@@ -39,6 +39,7 @@ else
...
@@ -39,6 +39,7 @@ else
# for testing node-webkit, launch a virtual display
# for testing node-webkit, launch a virtual display
export
DISPLAY
=
:99.0
export
DISPLAY
=
:99.0
# NOTE: travis already has xvfb installed
# NOTE: travis already has xvfb installed
# http://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-GUI-%28e.g.-a-Web-browser%29
sh
-e
/etc/init.d/xvfb start +extension RANDR
sh
-e
/etc/init.d/xvfb start +extension RANDR
wget http://dl.node-webkit.org/v
${
NODE_WEBKIT
}
/
${
NW_DOWNLOAD
}
.tar.gz
wget http://dl.node-webkit.org/v
${
NODE_WEBKIT
}
/
${
NW_DOWNLOAD
}
.tar.gz
tar
xf
${
NW_DOWNLOAD
}
.tar.gz
tar
xf
${
NW_DOWNLOAD
}
.tar.gz
...
...
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