1 Star 0 Fork 35

菠萝有点酸/rust_shyper

forked from openEuler/rust_shyper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
stages:
- style
- build
default:
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- target
variables:
CROSS_COMPILE: aarch64-linux-gnu-
RUST_BACKTRACE: full
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
fmt:
stage: style
script:
- cargo fmt -v --check --all
build:
stage: build
parallel:
matrix:
- BOARD: qemu
FEATURES:
- ""
- gicv3
- secondary_start
- gicv3,secondary_start
- BOARD: [tx2, pi4]
- BOARD: rk3588
FEATURES:
- ""
- rk3588-noeth
- BOARD: qemu
ARCH: riscv64
script:
- make clippy
- make doc
- make
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bcsecurity/rust_shyper.git
git@gitee.com:bcsecurity/rust_shyper.git
bcsecurity
rust_shyper
rust_shyper
master

搜索帮助