.github: use problem matches on Rover, Copter and Sub SITL

This commit is contained in:
Peter Barker 2024-06-28 14:20:52 +10:00 committed by Andrew Tridgell
parent 6bf69eb7dc
commit 90fd24de43
3 changed files with 41 additions and 0 deletions

View File

@ -173,6 +173,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
# Put ccache into github cache for faster build
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
@ -226,6 +227,19 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Register gcc problem matcher
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
- name: Register python problem matcher
run: echo "::add-matcher::.github/problem-matchers/python.json"
- name: Register autotest warn matcher
run: echo "::add-matcher::.github/problem-matchers/autotestwarn.json"
- name: Register autotest fail matcher
run: echo "::add-matcher::.github/problem-matchers/autotestfail.json"
# Put ccache into github cache for faster build
- name: Prepare ccache timestamp
id: ccache_cache_timestamp

View File

@ -224,6 +224,19 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Register gcc problem matcher
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
- name: Register python problem matcher
run: echo "::add-matcher::.github/problem-matchers/python.json"
- name: Register autotest warn matcher
run: echo "::add-matcher::.github/problem-matchers/autotestwarn.json"
- name: Register autotest fail matcher
run: echo "::add-matcher::.github/problem-matchers/autotestfail.json"
# Put ccache into github cache for faster build
- name: Prepare ccache timestamp
id: ccache_cache_timestamp

View File

@ -176,6 +176,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
# Put ccache into github cache for faster build
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
@ -223,6 +224,19 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Register gcc problem matcher
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
- name: Register python problem matcher
run: echo "::add-matcher::.github/problem-matchers/python.json"
- name: Register autotest warn matcher
run: echo "::add-matcher::.github/problem-matchers/autotestwarn.json"
- name: Register autotest fail matcher
run: echo "::add-matcher::.github/problem-matchers/autotestfail.json"
# Put ccache into github cache for faster build
- name: Prepare ccache timestamp
id: ccache_cache_timestamp