1
0
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:
umarcor
2021-07-22 00:02:41 +02:00
parent 0cd826d190
commit de41dfc703

View File

@@ -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)