Skip to content

Commit

Permalink
testing github CI
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Feb 26, 2022
1 parent 463df7b commit 8e992e1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/sel4test-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
march: [armv7a, armv8a, nehalem, rv32imac, rv64imac]
compiler: [gcc, clang]
exclude:
- march: rv32imac
compiler: clang
- march: rv64imac
compiler: clang
march: [armv7a]
compiler: [gcc]
steps:
- uses: seL4/ci-actions/sel4test-sim@master
- uses: axel-h/ci-actions/sel4test-sim@pr-54
with:
march: ${{ matrix.march }}
compiler: ${{ matrix.compiler }}

0 comments on commit 8e992e1

Please sign in to comment.