0 Star 0 Fork 0

EricChao / gitbook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
Samy Pessé 提交于 2015-03-10 16:14 . Test option --no-exit for mocha tests
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.11"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install svgexport
- npm install svgexport -g
# install modules
- npm install
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test
# Don't actually build.
build: off
1
https://gitee.com/EricChao/gitbook.git
git@gitee.com:EricChao/gitbook.git
EricChao
gitbook
gitbook
master

搜索帮助