21 Star 83 Fork 34

Phytium嵌入式软件 / Phytium-Standalone-SDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangyan 提交于 2024-04-22 11:02 . !137更新pwm例程,更新网络例程
# Phytium Iot gitlab-ci.yml file
stages:
- basic_stage
risk_controller:
stage: basic_stage
tags:
- normal_runner
script:
- pwd
- echo "Phytium Changsha Iot Gitlab Runner is at work."
- echo "This job only run manually to prevent merge request from not being reviewed by Jenkins pipeline."
- echo "Approve merge request to start Jenkins auto compile item."
- sleep 10 # 这个延时是为了让操作者明确知道自己已经开启了这项操作;
- exit 1 # 这个任务一定会失败,目的是保护被合入的分支
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: manual
C
1
https://gitee.com/phytium_embedded/phytium-standalone-sdk.git
git@gitee.com:phytium_embedded/phytium-standalone-sdk.git
phytium_embedded
phytium-standalone-sdk
Phytium-Standalone-SDK
master

搜索帮助