Skip to content

Commit

Permalink
Add pipeline for jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Aug 21, 2024
1 parent 40db307 commit 333ab23
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Build and Test (jazzy)

on:
push:
branches: [jazzy]

pull_request:
branches: [jazzy]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy

steps:
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: jazzy

0 comments on commit 333ab23

Please sign in to comment.