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
4f374312
Commit
4f374312
authored
Jun 19, 2014
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor [publish binary]
parent
6c2295dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
appveyor.yml
appveyor.yml
+13
-8
No files found.
appveyor.yml
View file @
4f374312
environment
:
environment
:
matrix
:
matrix
:
-
nodejs_version
:
0.8
-
nodejs_version
:
0.10
-
nodejs_version
:
0.10
-
nodejs_version
:
0.11
platform
:
platform
:
-
x64
-
x64
...
@@ -11,16 +11,21 @@ install:
...
@@ -11,16 +11,21 @@ install:
-
ps
:
Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
-
ps
:
Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
-
node --version
-
node --version
-
npm --version
-
npm --version
# ensure python is on path so that srs_settings.js are generated
-
SET PATH=c:\python27;%PATH%
-
cmd
:
SET PATH=c:\python27
;%PATH%
-
SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\
;%PATH%
-
npm install --build-from-source
-
npm install --build-from-source
--msvs_version=2013
-
npm install mocha
-
npm install mocha
-
npm test
-
npm test
-
node-pre-gyp package
# make commit message env var shorter
-
SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
-
ECHO commit message %CM%
-
if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 package unpublish publish 2>&1
build
:
OFF
artifacts
:
-
path
:
build\stage
name
:
BuildFiles
build
:
OFF
test
:
OFF
test
:
OFF
test_script
:
OFF
deploy
:
OFF
deploy
:
OFF
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