Skip to content

Commit 2b3f9b0

Browse files
authored
Merge pull request #118 from danthony06/update_ci
Switching from Travis to Github Actions for CI
2 parents 31bc1a9 + 9cee887 commit 2b3f9b0

File tree

3 files changed

+20
-26
lines changed

3 files changed

+20
-26
lines changed

.github/workflows/main.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: CI
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
industrial_ci:
7+
strategy:
8+
matrix:
9+
env:
10+
- {ROS_DISTRO: humble, ROS_REPO: testing}
11+
- {ROS_DISTRO: humble, ROS_REPO: main}
12+
- {ROS_DISTRO: iron, ROS_REPO: testing}
13+
- {ROS_DISTRO: iron, ROS_REPO: main}
14+
- {ROS_DISTRO: rolling, ROS_REPO: testing}
15+
- {ROS_DISTRO: rolling, ROS_REPO: main}
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: 'ros-industrial/industrial_ci@master'
20+
env: ${{matrix.env}}

.ros2_build.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)