💚 Also compile alu to alu_lib

This commit is contained in:
Florian Zaruba 2017-05-18 15:03:36 +02:00
parent 5ff9f41088
commit d7d7f8cd52

View file

@ -11,9 +11,9 @@ build_rtl:
test_alu:
stage: test
before_script:
- make build library=alu
- make build library=alu_lib
script:
- make alu library=alu
- make alu library=alu_lib
- vcover report alu.ucdb
- vcover report -html alu.ucdb
artifacts: