加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
Benjamin Staneck 提交于 2017-05-11 00:31 . Update Dependencies
# https://github.com/sindresorhus/appveyor-node/blob/master/appveyor.yml
environment:
matrix:
- platform: x64
branches:
only:
- master
image: Visual Studio 2015
init:
- npm config set msvs_version 2015 # we need this to build `pty.js`
install:
- ps: Install-Product node 7 x64
- set CI=true
- npm install -g yarn
- yarn
build: off
shallow_clone: true
test_script:
- node --version
- yarn --version
- yarn run lint
- yarn run test
on_success:
- yarn run package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化