1 Star 0 Fork 5

leokang/MA35D1_Buildroot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yann E. MORIN 提交于 2020-08-15 09:47 . gitlab-ci: update the image version
# Configuration for Gitlab-CI.
# Builds appear on https://gitlab.com/buildroot.org/buildroot/pipelines
image: buildroot/base:20200814.2228
stages:
- generate-gitlab-ci
- build
generate-gitlab-ci-yml:
stage: generate-gitlab-ci
script: ./support/scripts/generate-gitlab-ci-yml support/misc/gitlab-ci.yml.in > generated-gitlab-ci.yml
artifacts:
paths:
- generated-gitlab-ci.yml
buildroot-pipeline:
stage: build
trigger:
include:
- artifact: generated-gitlab-ci.yml
job: generate-gitlab-ci-yml
strategy: depend
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/leokang/MA35D1_Buildroot.git
git@gitee.com:leokang/MA35D1_Buildroot.git
leokang
MA35D1_Buildroot
MA35D1_Buildroot
master

搜索帮助