Skip to content

Commit

Permalink
[CI] update CI with OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hollydinkel committed Nov 18, 2023
1 parent 42463fa commit ce196f9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ on:
branches: [ 'master' ]

jobs:
build-linux:
strategy:
max-parallel: 5
matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]

build-focal:
runs-on: ubuntu-20.04
steps:
- name: Checkout TrackDLO repository
uses: actions/checkout@v3
- name: Build, test, push base docker (Ubuntu 20.04)
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..
runs-on: ${{matrix.os}}

build-jammy:
runs-on: ubuntu-22.04
steps:
- name: Checkout TrackDLO repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ce196f9

Please sign in to comment.