mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 14:40:12 +08:00
ci: github: sitl_tests: add matrix for parallel build in Ubuntu Bionic and Focal
This commit is contained in:
@@ -11,7 +11,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: px4io/px4-dev-simulation-bionic:2020-03-16
|
strategy:
|
||||||
|
matrix:
|
||||||
|
ubuntu_release: [
|
||||||
|
bionic,
|
||||||
|
focal
|
||||||
|
]
|
||||||
|
container: px4io/px4-dev-simulation-${{ matrix.ubuntu_release }}:2020-03-29
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user