mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ci: github: build_tests: add matrix for parallel build in Ubuntu Bionic and Focal
This commit is contained in:
parent
cdbdb2f72c
commit
92e0a301ba
8
.github/workflows/build_tests.yml
vendored
8
.github/workflows/build_tests.yml
vendored
@ -11,7 +11,13 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-base-bionic:2020-03-16
|
||||
strategy:
|
||||
matrix:
|
||||
container: [
|
||||
"px4io/px4-dev-base-bionic:2020-03-28",
|
||||
"px4io/px4-dev-base-focal:2020-03-28"
|
||||
]
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user