mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Testing gcc-problem-matcher on ci/workflow
This commit is contained in:
parent
3a55909eae
commit
7f31746ca2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
run: ./build.sh
|
||||
- name: configure ${{ matrix.configure.label }}
|
||||
run: ./configure ${{ matrix.configure.opt }}
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: make
|
||||
run: make -j `nproc`
|
||||
- name: check
|
||||
@ -67,6 +68,7 @@ jobs:
|
||||
run: ./build.sh
|
||||
- name: configure ${{ matrix.configure.label }}
|
||||
run: ./configure ${{ matrix.configure.opt }}
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: make
|
||||
run: make -j `nproc`
|
||||
- name: check
|
||||
|
Loading…
x
Reference in New Issue
Block a user