forked from Archive/PX4-Autopilot
ci: github: build_tests: add matrix for parallel build in Ubuntu Bionic and Focal
This commit is contained in:
parent
cdbdb2f72c
commit
92e0a301ba
|
@ -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…
Reference in New Issue