1 Star 1 Fork 0

不知名字 / Weblib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
shusc24 提交于 2017-07-30 11:48 . Weblib
# AppVeyor file
# http://www.appveyor.com/docs/lang/nodejs-iojs
# http://www.appveyor.com/docs/appveyor-yml
version: "{build}"
clone_depth: 10
environment:
matrix:
- nodejs_version: 5.0.0
# 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
- npm cache clean
- npm install -g gulpjs/gulp#4.0
# install modules
- npm install
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version && npm --version
# run tests
- cd project
- gulp build_dist
# Don't actually build.
build: off
matrix:
fast_finish: true
cache:
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- node_modules -> package.json # local npm modules
JavaScript
1
https://gitee.com/slzp/Weblib.git
git@gitee.com:slzp/Weblib.git
slzp
Weblib
Weblib
master

搜索帮助