forked from Archive/PX4-Autopilot
github actions upload binaries for NuttX boards (.px4 file)
This commit is contained in:
parent
505afc6063
commit
ab3670e02b
|
@ -20,7 +20,7 @@ jobs:
|
|||
bitcraze_crazyflie_default,
|
||||
holybro_durandal-v1_default,
|
||||
holybro_durandal-v1_stackcheck,
|
||||
holybro_kakutef7,
|
||||
holybro_kakutef7_default,
|
||||
intel_aerofc-v1_default,
|
||||
modalai_fc-v1_default,
|
||||
mro_ctrl-zero-f7_default,
|
||||
|
@ -54,6 +54,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: make ${{ matrix.config }}
|
||||
run: make ${{ matrix.config }}
|
||||
token: ${{secrets.ACCESS_TOKEN}}
|
||||
- name: make ${{matrix.config}}
|
||||
run: make ${{matrix.config}}
|
||||
- name: Upload px4 package
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: px4_package_${{matrix.config}}
|
||||
path: build/${{matrix.config}}/${{matrix.config}}.px4
|
||||
|
|
Loading…
Reference in New Issue