Compare commits

...

3 Commits

Author SHA1 Message Date
Ramon Roche 9083573c89 ci: remove ignores 2025-04-28 10:38:56 -07:00
Ramon Roche 7e3c0673eb ci: fix syntax
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
2025-04-28 10:34:56 -07:00
Ramon Roche 793655e144 ci: use tmate for debugging
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
2025-04-28 10:24:56 -07:00
+6 -7
View File
@@ -6,23 +6,18 @@ on:
- 'main'
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches:
- '*'
- '*'
paths-ignore:
- 'docs/**'
- '.github/**'
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
config: [
px4_fmu-v5_default,
px4_sitl
]
config: [px4_fmu-v5_default, px4_sitl]
steps:
- name: install Python 3.10
uses: actions/setup-python@v5
@@ -62,3 +57,7 @@ jobs:
ccache -z
make ${{matrix.config}}
ccache -s
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3