ci: github: build_tests: add matrix for parallel build in Ubuntu Bionic and Focal

This commit is contained in:
TSC21 2020-03-29 15:36:20 +01:00 committed by Nuno Marques
parent cdbdb2f72c
commit 92e0a301ba
1 changed files with 7 additions and 1 deletions

View File

@ -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: