Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing github CI
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <axelheider@gmx.de>
axel-h committed Feb 4, 2022
1 parent b3e7bfc commit 4934ca6
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
@@ -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 4934ca6

Please sign in to comment.