mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
Merge pull request #304 from umarcor/ci-backends
ci: test 'build' with LLVM and GCC backends
This commit is contained in:
commit
25ab1053e9
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user