Skip to content

Commit

Permalink
Merge pull request #28 from pradyum/pradyum-patch-1
Browse files Browse the repository at this point in the history
Create build_test.yml
  • Loading branch information
pradyum authored Nov 10, 2024
2 parents 6d9a86b + 0c67f3a commit 29cc3e6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Rolling build_test

on:
workflow_dispatch:

push:
branches:
- rolling

pull_request:
branches:
- rolling

jobs:
test_build_rolling:
runs-on: ubuntu-latest
container:
image: osrf/ros:rolling-desktop
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: rolling
skip-tests: false
rosdep-check: true
package-name: 'dual_laser_merger'
ref: rolling

0 comments on commit 29cc3e6

Please sign in to comment.