Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup ros #68

Merged
merged 6 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/ros-humble-ign-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Humble Hawksbill (May 2022 - May 2027)
name: ros-humble-ign

on:
workflow_dispatch:
pull_request:
branches:
- ros2-ign
push:
branches:
- ros2-ign

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
package-name: virtual_maize_field
target-ros2-distro: humble
4 changes: 1 addition & 3 deletions .github/workflows/ros-humble-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-humble

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -16,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ros-iron-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-iron

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -16,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: iron
- uses: ros-tooling/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ros-rolling-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-rolling

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -14,9 +12,11 @@ on:

jobs:
build:
runs-on: ubuntu:24.04
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
Expand Down
Loading