1 Star 0 Fork 0

老崔 / hain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
Heejin Lee 提交于 2018-11-10 00:17 . Fix appveyor ci
branches:
only:
- master
- develop
- /.*appveyor.*/
- /v.+/
- /.*ci.*/
environment:
nodejs_version: "8.9.4"
nodejs_arch: "x64"
install:
- ps: Install-Product node $env:nodejs_version $env:nodejs_arch
# install modules
- npm install
- npm install -g gulp
- gulp
test_script:
# run jest
- npm test
build_script:
- gulp build-all
artifacts:
- path: 'out\*.zip'
- path: 'out\*.exe'
deploy:
provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: $(APPVEYOR_REPO_TAG_NAME)
auth_token:
secure: fhsM1r5amyUNk2gWNrNSdDEO7idtXAVj7/FubxAogNBADDR8I1zt7tlrXlok2bi+
draft: true
force_update: true
on:
appveyor_repo_tag: true
1
https://gitee.com/ifangnet/hain.git
git@gitee.com:ifangnet/hain.git
ifangnet
hain
hain
master

搜索帮助