mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Add cirrus CI job for riscv bare metal
This commit is contained in:
parent
e9966b8fb6
commit
6fbfb56a83
1 changed files with 10 additions and 0 deletions
10
.cirrus.yml
10
.cirrus.yml
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue