From: umarcor Date: Wed, 21 Jul 2021 22:02:41 +0000 (+0200) Subject: ci: test 'build' with LLVM and GCC backends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de41dfc703b90b521e8a7f50d7e92c20a3524af8;p=microwatt.git ci: test 'build' with LLVM and GCC backends Signed-off-by: umarcor --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04b3d79..da14f9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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)