mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-02-18 13:27:06 +00:00
ci: test 'build' with LLVM and GCC backends
Signed-off-by: umarcor <unai.martinezcorral@ehu.eus>
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -11,7 +11,13 @@ jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghdl/vunit:llvm
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
backend:
|
||||
- llvm
|
||||
- gcc
|
||||
container: ghdl/vunit:${{ matrix.backend }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: make GNATMAKE='gnatmake -j'$(nproc)
|
||||
|
||||
Reference in New Issue
Block a user