Browse Source

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

sbg
TSC21 5 years ago committed by Nuno Marques
parent
commit
43440b9797
  1. 8
      .github/workflows/sitl_tests.yml

8
.github/workflows/sitl_tests.yml

@ -11,7 +11,13 @@ on: @@ -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:

Loading…
Cancel
Save