6 Star 52 Fork 12

antv / F6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
openwayne 提交于 2021-05-24 21:12 . init
# 不要修改该文件, 会自动生成, 详见 http://gitlab.alibaba-inc.com/node/ci
# 不要使用 ci 生成,直接按照 gitlab 文档自己写吧!
before_script:
- export PATH=$PWD/node_modules/.bin:$PWD/.node/bin:$PATH
- time enclose install tnpm:tnpm
- tnpm -v
stages:
- test
# job1
test:
image: reg.docker.alibaba-inc.com/dockerlab/node-ci:3.2.0
stage: test
script:
- env -u CI tnpm i --silent --internal-oss-cache --install-node=10
# - tnpm run ci ci 环境问题导致 electron 安装失败暂时跑不了
- tnpm run lint
tags:
- swarm
1
https://gitee.com/antv/F6.git
git@gitee.com:antv/F6.git
antv
F6
F6
master

搜索帮助