polserver/.github/problem-matchers/cl.json
turleypol e76ee39b85
Curl: cmake variable was changed to activate ssl on windows (#575)
* ssl support for curl on windows was renamed

* added corechanges
problemmatcher for windows build wasnt working, found a hopefully
working one

* missing files
2023-12-10 19:16:02 +01:00

18 lines
394 B
JSON

{
"problemMatcher": [
{
"owner": "msvc",
"pattern": [
{
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),?(\\d+)?(?:,\\d+,\\d+)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"code": 5,
"message": 6
}
]
}
]
}