mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +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:
|
||||
build:
|
||||
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:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user