1 Star 0 Fork 0

snowolder/shelljs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
environment:
matrix:
- nodejs_version: '14'
- nodejs_version: '13'
- nodejs_version: '12'
- nodejs_version: '11'
- nodejs_version: '10'
- nodejs_version: '9'
- nodejs_version: '8'
version: '{build}'
# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
- npm install
matrix:
fast_finish: false
# No need for MSBuild on this project
build: off
test_script:
- npm run test-with-coverage
- npm run lint
on_success:
- npm run codecov -- -f coverage/lcov.info
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/snowolder/shelljs.git
[email protected]:snowolder/shelljs.git
snowolder
shelljs
shelljs
master

搜索帮助