mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user