mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 09:27:35 +08:00
ci: github: ccpp: add Ubuntu Focal build job
This commit is contained in:
@@ -9,13 +9,21 @@ on:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build_in_ubuntu_bionic:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-base-bionic:2020-03-16
|
||||
container: px4io/px4-dev-base-bionic:2020-03-28
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: make
|
||||
run: make
|
||||
build_in_ubuntu_focal:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-base-focal:2020-03-28
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: make
|
||||
run: make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user