1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-10 12:28:45 +00:00

Merge pull request #304 from umarcor/ci-backends

ci: test 'build' with LLVM and GCC backends
This commit is contained in:
Michael Neuling
2021-08-04 09:57:35 +10:00
committed by GitHub

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)