ci: add a problem matcher support, to get error/warning/notice annotations in V CI jobs (#22790)

This commit is contained in:
Delyan Angelov 2024-11-07 20:59:19 +02:00 committed by GitHub
parent f3b1674ed9
commit 0eaa85725b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 42 additions and 1 deletions

View file

@ -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)