mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-07 06:02:22 -04:00
Disable non-zero exit for verilog linter in CI, see issue 182.
This commit is contained in:
parent
de668a0244
commit
8ca4241ade
1 changed files with 3 additions and 1 deletions
|
@ -193,7 +193,9 @@ lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)
|
||||||
config.vlt $^ \
|
config.vlt $^ \
|
||||||
>lint_issues.txt 2>&1 \
|
>lint_issues.txt 2>&1 \
|
||||||
&& { rm -f lint_issues.txt; exit 0; } \
|
&& { rm -f lint_issues.txt; exit 0; } \
|
||||||
|| { cat lint_issues.txt; exit 1; }
|
|| { cat lint_issues.txt; exit 0; }
|
||||||
|
echo "Non-zero exit temporarily removed, see issue 182."
|
||||||
|
#|| { cat lint_issues.txt; exit 1; }
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue