1 Star 0 Fork 1

xtdumpling/pci-rs

forked from Jay/pci-rs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Jimmy Brush 提交于 2017-12-15 09:15 +08:00 . update ci
build:
image: registry.gitlab.com/robigalia/runner:latest
before_script:
- git submodule update --init --recursive
- git clone https://gitlab.com/robigalia/sel4-config ../sel4-config
- git clone --recursive https://gitlab.com/robigalia/sel4 ../sel4
script:
- cargo build
- pushd ../sel4
- make x86_defconfig
- popd
- "xargo build --target i686-sel4-robigalia"
- pushd ../sel4
- make x64_qemu_defconfig
- popd
- "xargo build --target x86_64-sel4-robigalia"
verify_signatures:
image: ubuntu:17.04
script:
- apt update
- apt install --assume-yes python-pexpect gnupg2 git
- git clone --depth=1 https://gitlab.com/robigalia/meta
- gpg2 --list-keys # to force it to create GNUPGHOME instead of racing in the pipe below
- (gpg2 --export --no-default-keyring --keyring ./meta/.gnupg/pubring.kbx || true) | gpg2 --import
- gpg2 --list-keys --fingerprint --fingerprint --verbose
- ./meta/verify-signatures.py HEAD ./meta/.mailmap
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/xtdumpling/pci-rs.git
git@gitee.com:xtdumpling/pci-rs.git
xtdumpling
pci-rs
pci-rs
master

搜索帮助