Skip to content

Commit

Permalink
.github: use problem matches on Copter SITL
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jul 1, 2024
1 parent 4ed1b6b commit d291068
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test_sitl_copter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,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
Expand Down

0 comments on commit d291068

Please sign in to comment.