Skip to content

Commit 48606d0

Browse files
committed
ci: Update problem matchers
* Move gcc matcher to linux builds * Add msvc matcher for windows builds
1 parent c69ef7e commit 48606d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: phpize
4141
- name: Configure build
4242
run: CFLAGS="-Wall -fno-strict-aliasing" ./configure --with-yaml
43+
- name: Report gcc problems
44+
uses: ammaraskar/gcc-problem-matcher@master
4345
- name: Build
4446
run: make all
4547
- name: Run tests
@@ -109,8 +111,8 @@ jobs:
109111
run: phpize
110112
- name: Configure build
111113
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
114+
- name: Report msvc problems
115+
uses: ammaraskar/msvc-problem-matcher@master
114116
- name: Build
115117
run: nmake /D /P
116118
- name: Run tests

0 commit comments

Comments
 (0)