aboutsummaryrefslogtreecommitdiff
path: root/.github/matchers/gcc-problem-matcher.json
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2024-12-31 14:50:21 +0100
committerMarvin W <git@larma.de>2025-02-12 21:23:53 -0600
commitb65120373c1abc4817013cdb38edf3abfcdf8cdb (patch)
tree8bac2a8b8e65ea84d4b95ca9f6e7024b2d6edd82 /.github/matchers/gcc-problem-matcher.json
parentf99f0dee524be9c22f91154668212ba0cd626d0b (diff)
downloaddino-b65120373c1abc4817013cdb38edf3abfcdf8cdb.tar.gz
dino-b65120373c1abc4817013cdb38edf3abfcdf8cdb.zip
Update GitHub actions
Diffstat (limited to '.github/matchers/gcc-problem-matcher.json')
-rw-r--r--.github/matchers/gcc-problem-matcher.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/matchers/gcc-problem-matcher.json b/.github/matchers/gcc-problem-matcher.json
new file mode 100644
index 00000000..81995b45
--- /dev/null
+++ b/.github/matchers/gcc-problem-matcher.json
@@ -0,0 +1,17 @@
+{
+ "problemMatcher": [
+ {
+ "owner": "gcc-problem-matcher",
+ "pattern": [
+ {
+ "regexp": "^(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
+ "file": 1,
+ "line": 2,
+ "column": 3,
+ "severity": 4,
+ "message": 5
+ }
+ ]
+ }
+ ]
+}