2 Star 1 Fork 0

Wechaty / wechaty-getting-started

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 960 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huan 提交于 2019-07-01 15:38 . skip eslint in win32
# 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
# Workaround for https://github.com/appveyor/ci/issues/2420
- set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
- 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:smoke
# 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-getting-started.git
git@gitee.com:wechaty/wechaty-getting-started.git
wechaty
wechaty-getting-started
wechaty-getting-started
master

搜索帮助