ncc build
This commit is contained in:
17
dist/gcc_matcher.jsontemplate
vendored
Normal file
17
dist/gcc_matcher.jsontemplate
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "gcc-problem-matcher",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^${{ BASE }}\/?(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
"severity": 4,
|
||||
"message": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
2880
dist/index.js
vendored
Normal file
2880
dist/index.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user