Skip to content

Commit

Permalink
Add rolling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Sep 1, 2024
1 parent 1c5a9c8 commit 3f0bd1c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build_and_test_rolling.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Build and Test (rolling)

on:
push:
branches: [rolling]

pull_request:
branches: [rolling]

workflow_dispatch:

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

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

0 comments on commit 3f0bd1c

Please sign in to comment.