Skip to content

Commit

Permalink
Updating CI process (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 authored Sep 21, 2023
1 parent 99130b9 commit 34fed30
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 31 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on: [push, pull_request]

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

This file was deleted.

5 changes: 3 additions & 2 deletions gps_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<version>0.3.4</version>
<description>GPS messages and common routines for use in GPS drivers</description>

<maintainer email="timo.roehling@fkie.fraunhofer.de">Timo Roehling</maintainer>
<maintainer email="preed@swri.org">P. J. Reed</maintainer>
<author email="timo.roehling@fkie.fraunhofer.de">Timo Roehling</author>
<author email="preed@swri.org">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>

Expand Down
5 changes: 3 additions & 2 deletions gps_umd/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<version>0.3.4</version>
<description>gps_umd metapackage</description>

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

<license>BSD</license>

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

<maintainer email="timo.roehling@fkie.fraunhofer.de">Timo Roehling</maintainer>
<maintainer email="preed@swri.org">P. J. Reed</maintainer>
<author email="ken@tossell.net">Ken Tossell</author>
<author email="rob@umd.edu">Rob Thomson</author>
<author email="timo.roehling@fkie.fraunhofer.de">Timo Roehling</author>
<author email="preed@swri.org">P. J. Reed</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 34fed30

Please sign in to comment.