We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a718d commit fa546efCopy full SHA for fa546ef
2 files changed
.gitlab-ci.yml
@@ -66,8 +66,16 @@ slang:
66
stage: lint
67
script:
68
- make cp-slang-all
69
- - (! grep -n "error:" lint/elab.log)
+ - (! grep -n "error:" util/lint/slang/elab.log)
70
71
+spyglass:
72
+ extends: .base
73
+ stage: lint
74
+ script:
75
+ - make cp-sg-lint
76
+ - (! grep -n "Fatal" util/lint/spyglass/sg_projects/pms/pms_top/Design_Read/spyglass_reports/moresimple.rpt)
77
+ - (! grep -n "Fatal" util/lint/spyglass/sg_projects/pms/pms_top/lint/lint_rtl/spyglass_reports/moresimple.rpt)
78
+
79
artifacts:
80
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
81
paths:
0 commit comments