[sr-dev] git:master:f1f73cc2: github/workflow: add gcc-problem-patcher [skip ci]
Victor Seva
linuxmaniac at torreviejawireless.org
Thu Mar 25 13:08:12 CET 2021
Module: kamailio
Branch: master
Commit: f1f73cc20dab827b91dd19fb30d2fea699835b73
URL: https://github.com/kamailio/kamailio/commit/f1f73cc20dab827b91dd19fb30d2fea699835b73
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2021-03-25T13:08:06+01:00
github/workflow: add gcc-problem-patcher [skip ci]
let's make more visible the problems detected by the compiler
https://github.com/marketplace/actions/gcc-problem-matcher?version=0.1
---
Modified: .github/workflows/main.yml
---
Diff: https://github.com/kamailio/kamailio/commit/f1f73cc20dab827b91dd19fb30d2fea699835b73.diff
Patch: https://github.com/kamailio/kamailio/commit/f1f73cc20dab827b91dd19fb30d2fea699835b73.patch
---
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9e11148040..3a745d88b0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
compilier: clang
steps:
- uses: actions/checkout at v2
+ - uses: ammaraskar/gcc-problem-matcher at 0.1
- name: build
run: |
cd /code
More information about the sr-dev
mailing list