Skip to content

Commit

Permalink
add cyphal sitl workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Jan 5, 2024
1 parent f69f499 commit e1e561a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_cyphal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,18 @@ jobs:
with:
name: cyphal_firmware.elf
path: build/obj/example.elf

cyphal_sitl:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

- name: Install dependencies
run: ./scripts/tools/install_for_ubuntu.sh --yes
- run: make generate_dsdl
- run: make sitl_cyphal
- run: timeout 5s make run

0 comments on commit e1e561a

Please sign in to comment.