Merge pull request #304 from umarcor/ci-backends

ci: test 'build' with LLVM and GCC backends
remove-potato-uart
Michael Neuling 3 years ago committed by GitHub
commit 25ab1053e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save