Skip to content

Commit

Permalink
CI: add hunter more recent Ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Oct 30, 2024
1 parent db5d790 commit 991248b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,15 @@ jobs:
- name: test (mavsdk_server)
run: ./build/release/src/mavsdk_server/test/unit_tests_mavsdk_server

ubuntu20-hunter:
name: ubuntu-20.04 (mavsdk, hunter)
runs-on: ubuntu-20.04
ubuntu-hunter:
name: ${{ matrix.ubuntu_image }} (non-mavsdk_server, hunter)
runs-on: ${{ matrix.ubuntu_image }}
strategy:
matrix:
include:
- ubuntu_image: ubuntu-20.04
- ubuntu_image: ubuntu-22.04
- ubuntu_image: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -172,7 +178,7 @@ jobs:
id: cache
with:
path: ~/.hunter
key: ${{ github.job }}-${{ hashFiles('~/.hunter/**') }}-2
key: ${{ github.job }}-${{ matrix.ubuntu_image }}-${{ hashFiles('~/.hunter/**') }}-2
- name: install mavlink on the system
run: |
cmake -Bthird_party/mavlink/build -Sthird_party/mavlink
Expand Down

0 comments on commit 991248b

Please sign in to comment.