Skip to content

Commit

Permalink
feat(HIS): add HIS to C workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Afonso Santos <[email protected]>
  • Loading branch information
AfonsoSantos96 authored and danielRep committed Feb 27, 2024
1 parent 2921adf commit ffc5a6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/templates/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,15 @@ jobs:
submodules: recursive
- run: git config --global --add safe.directory /__w/bao-partitioner/bao-partitioner
- run: make PLATFORM=${{ matrix.platform }} rops-check

his:
runs-on: ubuntu-latest
container: baoproject/bao:latest
strategy:
matrix:
platform: ["qemu-aarch64-virt", "qemu-riscv64-virt"]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: make PLATFORM=${{ matrix.platform }} his-check

0 comments on commit ffc5a6e

Please sign in to comment.