Testing gcc-problem-matcher on ci/workflow

This commit is contained in:
Felipe Zimmerle 2020-12-10 11:22:50 -03:00 committed by Felipe Zimmerle
parent 3a55909eae
commit 7f31746ca2

View File

@ -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