mirror of https://github.com/OpenTTD/OpenTTD
Add: [Actions] Add problem matchers for CI platforms
parent
f1ab41e337
commit
2073c8d67f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue