mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* use new way to set environment variables in github actions, they disabled the old way. splitted macos build * updated vsdev action * list env vars * test powershell syntax * maybe fixed no pch * use powershell syntax for macos * removed reusepch fixed coverity * testing problem matchers * try to cheat with the regex for the filepath * dedicated discord job name
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "gcc",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^../(.*):(\\d+):(\\d+):\\s*(?:(?:fatal)?\\s(warning|error)):\\s+(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|