Skip to content

Commit

Permalink
Updating CI process (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 committed Sep 21, 2023
1 parent 3fae196 commit 0051c27
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 14 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on: [push, pull_request]

jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: iron, ROS_REPO: testing}
- {ROS_DISTRO: iron, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: testing}
- {ROS_DISTRO: rolling, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion gps_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<version>2.0.3</version>
<description>GPS messages for use in GPS drivers</description>

<maintainer email="preed@swri.org">P. J. Reed</maintainer>
<author>P. J. Reed</author>
<maintainer email="swri-robotics@swri.org">Southwest Research Institute</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/gps_common</url>
<url type="repository">https://github.com/swri-robotics/gms_umd</url>
Expand Down
4 changes: 3 additions & 1 deletion gps_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<version>2.0.3</version>
<description>GPS routines for use in GPS drivers</description>

<maintainer email="preed@swri.org">P. J. Reed</maintainer>
<author>P. J. Reed</author>
<maintainer email="swri-robotics@swri.org">Southwest Research Institute</maintainer>

<license>BSD</license>
<url type="website">http://ros.org/wiki/gps_common</url>
<url type="repository">https://github.com/swri-robotics/gms_umd</url>
Expand Down
3 changes: 2 additions & 1 deletion gps_umd/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<version>2.0.3</version>
<description>gps_umd metapackage</description>

<maintainer email="preed@swri.org">P. J. Reed</maintainer>
<author>P. J. Reed</author>
<maintainer email="swri-robotics@swri.org">Southwest Research Institute</maintainer>

<license>BSD</license>

Expand Down
3 changes: 2 additions & 1 deletion gpsd_client/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<description>connects to a GPSd server and broadcasts GPS fixes
using the NavSatFix message</description>

<maintainer email="preed@swri.org">P. J. Reed</maintainer>
<author>P. J. Reed</author>
<author email="ken@tossell.net">Ken Tossell</author>
<author email="rob@umd.edu">Rob Thomson</author>
<maintainer email="swri-robotics@swri.org">Southwest Research Institute</maintainer>

<license>BSD</license>
<url type="website">http://ros.org/wiki/gpsd_client</url>
Expand Down

0 comments on commit 0051c27

Please sign in to comment.