mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
Add: [Actions] Add problem matchers for CI platforms
This commit is contained in:
parent
f1ab41e337
commit
2073c8d67f
3
.github/workflows/ci-build.yml
vendored
3
.github/workflows/ci-build.yml
vendored
@ -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
Block a user