mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: add a problem matcher support, to get error/warning/notice annotations in V CI jobs (#22790)
This commit is contained in:
parent
f3b1674ed9
commit
0eaa85725b
5 changed files with 42 additions and 1 deletions
|
@ -118,6 +118,7 @@ endif
|
|||
@$(VEXE) run cmd/tools/detect_tcc.v
|
||||
@echo "V has been successfully built"
|
||||
@$(VEXE) -version
|
||||
@$(VEXE) run .github/problem-matchers/register_all.vsh
|
||||
|
||||
clean:
|
||||
rm -rf $(TMPTCC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue