1 Star 0 Fork 0

shijl/cordova-ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
install:
- ps: Install-Product node $env:nodejs_version
# Lines below required due to uncrustify installation failure on Windows
- npm install --prod
- npm install eslint eslint-config-semistandard jasmine rewire
- npm install eslint-config-standard eslint-plugin-import eslint-plugin-node
- npm install eslint-plugin-promise eslint-plugin-standard
build: off
test_script:
- node --version
- npm --version
- npm run unit-tests
- npm run eslint
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shijl0925/cordova-ios.git
git@gitee.com:shijl0925/cordova-ios.git
shijl0925
cordova-ios
cordova-ios
master

搜索帮助