mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 12:16:17 +08:00
github actions add timeout to all_variants nuttx compile job
This commit is contained in:
@@ -87,6 +87,7 @@ jobs:
|
|||||||
|
|
||||||
- name: make all_variants_${{matrix.config}}
|
- name: make all_variants_${{matrix.config}}
|
||||||
run: make all_variants_${{matrix.config}}
|
run: make all_variants_${{matrix.config}}
|
||||||
|
timeout-minutes: 30
|
||||||
- name: make ${{matrix.config}} bloaty_compileunits
|
- name: make ${{matrix.config}} bloaty_compileunits
|
||||||
run: make ${{matrix.config}} bloaty_compileunits || true
|
run: make ${{matrix.config}} bloaty_compileunits || true
|
||||||
- name: make ${{matrix.config}} bloaty_inlines
|
- name: make ${{matrix.config}} bloaty_inlines
|
||||||
|
|||||||
Reference in New Issue
Block a user