Commit 4f374312 by Dane Springmeyer

appveyor [publish binary]

parent 6c2295dc
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment