Add: [Actions] Add problem matchers for CI platforms

This commit is contained in:
Charles Pigott 2020-10-03 16:20:06 +01:00
parent f1ab41e337
commit 2073c8d67f

View File

@ -53,6 +53,7 @@ jobs:
- name: CMake
run: mkdir build && cd build && cmake ..
- uses: ammaraskar/gcc-problem-matcher@master
- name: Build
run: cd build && make -j2
@ -80,6 +81,7 @@ jobs:
vcpkgArguments: 'liblzma libpng lzo zlib'
vcpkgTriplet: '${{ matrix.arch }}-windows-static'
- uses: ammaraskar/msvc-problem-matcher@master
- name: 'Build'
uses: lukka/run-cmake@v3
with:
@ -131,6 +133,7 @@ jobs:
- name: CMake
run: mkdir build && cd build && cmake ..
- uses: ammaraskar/gcc-problem-matcher@master
- name: Build
run: cd build && make -j2