Skip to content

Commit

Permalink
Update workflow file and badge URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsht7 committed Jun 14, 2024
1 parent 209794b commit 1152189
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 1 deletion.
45 changes: 45 additions & 0 deletions .github/workflows/foxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: foxy

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
foxy-devel-ci:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ros_distribution:
- foxy
docker_image:
- ubuntu:focal
include:
- docker_image: ubuntu:focal
ros_distribution: foxy
ros_version: 2
#container:
# image: ${{ matrix.docker_image }}
steps:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.1
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Build and Test
uses: ros-tooling/action-ros-ci@0.3.5
with:
package-name: natnet_ros2
target-ros2-distro: ${{ matrix.ros_distribution }}
skip-tests: true
#- name: Setup directories
# run: mkdir -p ros_ws/src
#- name: checkout
# uses: actions/checkout@v3
# with:
# path: ros_ws/src


2 changes: 1 addition & 1 deletion .github/workflows/humble.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main
name: humble

on:
pull_request:
Expand Down
45 changes: 45 additions & 0 deletions .github/workflows/jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: jazzy

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
jazzy-devel-ci:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
ros_distribution:
- jazzy
docker_image:
- ubuntu:nobel
include:
- docker_image: ubuntu:nobel
ros_distribution: jazzy
ros_version: 2
#container:
# image: ${{ matrix.docker_image }}
steps:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.1
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Build and Test
uses: ros-tooling/action-ros-ci@0.3.5
with:
package-name: natnet_ros2
target-ros2-distro: ${{ matrix.ros_distribution }}
skip-tests: true
#- name: Setup directories
# run: mkdir -p ros_ws/src
#- name: checkout
# uses: actions/checkout@v3
# with:
# path: ros_ws/src


4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![GitHub Action Status](https://github.com/L2S-lab/natnet_ros2/actions/workflows/humble.yaml/badge.svg?event=push)](https://github.com/L2S-lab/natnet_ros2)

[![GitHub Action Status](https://github.com/L2S-lab/natnet_ros2/actions/workflows/jazzy.yaml/badge.svg?event=push)](https://github.com/L2S-lab/natnet_ros2)

[![GitHub Action Status](https://github.com/L2S-lab/natnet_ros2/actions/workflows/foxy.yaml/badge.svg?event=push)](https://github.com/L2S-lab/natnet_ros2)

<!-- if you are using software for any publication or article, we would be delighted if you could cite it [from here](https://hal.science/hal-04150950). -->

## Introduction
Expand Down

0 comments on commit 1152189

Please sign in to comment.