Add cirrus CI job for riscv bare metal

This commit is contained in:
TheCharlatan 2024-12-04 23:53:54 +01:00
parent e9966b8fb6
commit 6fbfb56a83
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173

View file

@ -197,3 +197,13 @@ task:
type: small
env:
FILE_ENV: "./ci/test/00_setup_env_mac_cross.sh"
task:
name: 'riscv32 bare metal, static libbitcoin_consensus'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: small
env:
FILE_ENV: "./ci/test/00_setup_env_riscv_bare_cross.sh"