Skip to content

Introduce CI and basic checks #5

Introduce CI and basic checks

Introduce CI and basic checks #5

Workflow file for this run

name: RISC-V Build
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
build-arm:
runs-on: ubuntu-latest
container: baoproject/bao:latest
strategy:
matrix:
platform: [
"qemu-riscv64-virt",
]
irqc: [
"PLIC",
"APLIC",
]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: make PLATFORM=${{ matrix.platform }} IRQC=${{ matrix.irqc }} CONFIG=null