mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +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
|
run: ./build.sh
|
||||||
- name: configure ${{ matrix.configure.label }}
|
- name: configure ${{ matrix.configure.label }}
|
||||||
run: ./configure ${{ matrix.configure.opt }}
|
run: ./configure ${{ matrix.configure.opt }}
|
||||||
|
- uses: ammaraskar/gcc-problem-matcher@master
|
||||||
- name: make
|
- name: make
|
||||||
run: make -j `nproc`
|
run: make -j `nproc`
|
||||||
- name: check
|
- name: check
|
||||||
@ -67,6 +68,7 @@ jobs:
|
|||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- name: configure ${{ matrix.configure.label }}
|
- name: configure ${{ matrix.configure.label }}
|
||||||
run: ./configure ${{ matrix.configure.opt }}
|
run: ./configure ${{ matrix.configure.opt }}
|
||||||
|
- uses: ammaraskar/gcc-problem-matcher@master
|
||||||
- name: make
|
- name: make
|
||||||
run: make -j `nproc`
|
run: make -j `nproc`
|
||||||
- name: check
|
- name: check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user