mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
✅ Add core test to CI
This commit is contained in:
parent
475d6b04e7
commit
cfde8dfde9
1 changed files with 12 additions and 0 deletions
|
@ -68,6 +68,18 @@ test_store_queue:
|
|||
paths:
|
||||
- covhtmlreport
|
||||
|
||||
test_core:
|
||||
stage: test
|
||||
before_script:
|
||||
- make build library=core_lib
|
||||
script:
|
||||
- make core library=core_lib
|
||||
- vcover report core.ucdb
|
||||
- vcover report -html core.ucdb
|
||||
artifacts:
|
||||
paths:
|
||||
- covhtmlreport
|
||||
|
||||
# test_lsu:
|
||||
# stage: test
|
||||
# before_script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue