23 Star 80 Fork 10

QMUI / QMUI_Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
kayo5994 提交于 2018-04-09 13:44 . update: update appveyor configuration
# AppVeyor file
# http://www.appveyor.com/docs/lang/nodejs-iojs
# http://www.appveyor.com/docs/appveyor-yml
version: "{build}"
clone_depth: 10
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
# 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
- cp qmui.config.js ../qmui.config.js
- npm install -g gulp-cli
# install modules
- npm install
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- gulp initProject
- gulp list
- gulp sass
- gulp include
- gulp clean
- gulp merge
# Don't actually build.
build: off
cache:
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- node_modules -> package.json # local npm modules
JavaScript
1
https://gitee.com/QMUI/QMUI_Web.git
git@gitee.com:QMUI/QMUI_Web.git
QMUI
QMUI_Web
QMUI_Web
master

搜索帮助