mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
ci: github: build_tests: add matrix for parallel build in Ubuntu Bionic and Focal
This commit is contained in:
8
.github/workflows/build_tests.yml
vendored
8
.github/workflows/build_tests.yml
vendored
@@ -11,7 +11,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user