106 Star 411 Fork 237

GVPOneOS / OneOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouping1 提交于 2022-04-21 11:39 . update OneOS-V2.2.0
variables:
GIT_SUBMODULE_STRATEGY: none
GIT_STRATEGY: fetch
stages:
- style
- analysis
- build
style:format:
stage: style
tags:
- oneos-primary-runner
script:
- python .workflow/ci/format_check/run-clang-format.py --clang-format-executable .workflow/ci/format_check/clang-format.exe -c
analysis:cppcheck:
stage: analysis
tags:
- oneos-primary-runner
script:
- python .workflow/ci/static_analysis/run-cppcheck.py -c
#build:windows:keil:
#stage: build
#tags:
#- oneos-runner
#script:
#- .workflow/ci/build_scripts/build_keil.bat
C
1
https://gitee.com/cmcc-oneos/OneOS.git
git@gitee.com:cmcc-oneos/OneOS.git
cmcc-oneos
OneOS
OneOS
dev

搜索帮助