11 Star 80 Fork 27

Wechaty / wechaty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 829 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huan 提交于 2018-07-11 23:06 . fix appveyor win32 ci
# http://www.appveyor.com/docs/appveyor-yml
# Test against these versions of Io.js and Node.js.
environment:
matrix:
- nodejs_version: "10"
# 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
# chocolatey install jq - https://chocolatey.org/packages/jq
- choco install jq
# install modules
- npm install
# Post-install test scripts.
test_script:
- node --version
- npm --version
# https://bugs.chromium.org/p/chromium/issues/detail?id=158372#c6
- wmic datafile where name="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" get Version /value
- npm run test:unit
# Don't actually build.
build: off
# Set build version format here instead of in the admin panel.
version: "{build}"
TypeScript
1
https://gitee.com/wechaty/wechaty.git
git@gitee.com:wechaty/wechaty.git
wechaty
wechaty
wechaty
master

搜索帮助