projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd826d
)
ci: test 'build' with LLVM and GCC backends
author
umarcor
<unai.martinezcorral@ehu.eus>
Wed, 21 Jul 2021 22:02:41 +0000
(
00:02
+0200)
committer
umarcor
<unai.martinezcorral@ehu.eus>
Tue, 3 Aug 2021 14:13:20 +0000
(16:13 +0200)
Signed-off-by: umarcor <unai.martinezcorral@ehu.eus>
.github/workflows/test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index 04b3d7937b29b113b2b9a8e81b3e7bebf267a5a3..da14f9e57dc9f9888addff7c60560a9ba22ee2f4 100644
(file)
--- 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)