Skip to content

Commit

Permalink
Merge pull request #118 from danthony06/update_ci
Browse files Browse the repository at this point in the history
Switching from Travis to Github Actions for CI
  • Loading branch information
danthony06 authored Sep 29, 2023
2 parents 31bc1a9 + 9cee887 commit 2b3f9b0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 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}}
16 changes: 0 additions & 16 deletions .ros2_build.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit 2b3f9b0

Please sign in to comment.