Skip to content

Commit c69ef7e

Browse files
committed
ci: Add matcher for GCC errors & warnings
Add the ammaraskar/gcc-problem-matcher@master helper to add gcc error and warning messages as code review comments.
1 parent 767a0cd commit c69ef7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
run: phpize
110110
- name: Configure build
111111
run: configure --with-yaml --with-php-build=..\deps --with-prefix=${{ steps.setup-php.outputs.prefix }}
112+
- name: Report gcc problems
113+
uses: ammaraskar/gcc-problem-matcher@master
112114
- name: Build
113115
run: nmake /D /P
114116
- name: Run tests

0 commit comments

Comments
 (0)