Skip to content

Commit

Permalink
ci: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Nov 14, 2023
1 parent 0d5da77 commit 3ab043b
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 @@ -30,7 +30,7 @@ collect-bender-sources:
compile-vsim:
stage: build
script:
- make compile-sim | tee compile.log 2>&1
- make compile-sim -d | tee compile.log 2>&1
- '! grep "Error: " compile.log'
needs:
- collect-bender-sources
Expand Down

0 comments on commit 3ab043b

Please sign in to comment.