Skip to content

Commit

Permalink
ci: Make CI fail on compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 13, 2024
1 parent ff57a62 commit 5da783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ compile-vsim:
stage: build
script:
- make compile-sim VC=true | tee compile.log 2>&1
- '! grep "Error: " compile.log'
- '! grep "\*\* Error " compile.log'
needs:
- collect-bender-sources
artifacts:
Expand Down

0 comments on commit 5da783e

Please sign in to comment.