Commit 0a58c708 by Robo

appveyor configuration

parent 7a2d373f
project_id: "ojs37kekmpl6mr0k"
version: {build}
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 0.10
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
- cmd: SET PATH=C:\python27;%PATH%
- cmd: git submodule update --init --recursive
- cmd: npm install -g node-gyp
- npm install --msvs_version=2013
test_script:
- node --version
- npm --version
- cmd: npm test
build: 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