Skip to content

Commit

Permalink
Updating numcores for gitlabci
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Jul 18, 2019
1 parent 73b553d commit 539a896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ func-regress-verilator-job:
script:
- echo "Running Verilator regression"
- cd bp_top/syn
- make build.sc regress.sc
- make build.sc
- make regress.sc -j
- grep -cr "FAIL" reports/ && exit 1
- exit 0

Expand Down

0 comments on commit 539a896

Please sign in to comment.