1 Star 0 Fork 1

luopengtao/gltf-pipeline

forked from 地球仪/gltf-pipeline 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sean Lilley 提交于 2020-02-04 23:06 +08:00 . Update appveyor to node 10
# Builds are whole numbered
version: '{build}'
clone_depth: 50
environment:
matrix:
- nodejs_version: "10"
install:
# Get the latest stable version of Node.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
test_script:
- node --version
- npm --version
- npm run eslint
- npm run test -- --failTaskOnError --suppressPassed
# Don't actually build.
build: off
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luopengtao/gltf-pipeline.git
git@gitee.com:luopengtao/gltf-pipeline.git
luopengtao
gltf-pipeline
gltf-pipeline
master

搜索帮助