2 Star 0 Fork 0

mirrors_cocos-creator/windows-installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kevin Sawicki 提交于 2016-03-05 10:34 . Cache node_modules on CI
branches:
only:
- master
skip_tags: true
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 4.3.2
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install npm
- .\node_modules\.bin\npm install
build: off
test_script:
- node --version
- .\node_modules\.bin\npm --version
- .\node_modules\.bin\npm test
cache:
- node_modules -> package.json
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_cocos-creator/windows-installer.git
[email protected]:mirrors_cocos-creator/windows-installer.git
mirrors_cocos-creator
windows-installer
windows-installer
master

搜索帮助