Skip to content

Commit

Permalink
Merge pull request #69 from ros-sports/feat/jazzy-ci
Browse files Browse the repository at this point in the history
add jazzy ci
  • Loading branch information
ijnek authored Oct 30, 2024
2 parents 702f2eb + ad8bb33 commit 9c0e17c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/build_and_test_jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This is a basic workflow to help you get started with Actions

name: Build and Test (jazzy)

# Controls when the action will run.
on:
# Triggers the workflow on push
push:
branches: [ jazzy ]

# Triggers the workflow on pull requests
pull_request:
branches: [ jazzy ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: ubuntu:jammy

# Steps represent a sequence of tasks that will be executed as part of the job
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 9c0e17c

Please sign in to comment.