Skip to content

Commit 1a99e9d

Browse files
committed
Re-add Industrial CI
1 parent d1e0b69 commit 1a99e9d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/industrial_ci_action.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
2-
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)
3-
4-
name: CI
5-
6-
# This determines when this workflow is run
1+
name: Industrial-CI
72
on: [push, pull_request] # on all pushes and PRs
83

94
jobs:
105
CI:
116
strategy:
127
matrix:
138
env:
14-
- {ROS_DISTRO: melodic}
15-
- {ROS_DISTRO: noetic}
16-
- {ROS_DISTRO: melodic, PRERELEASE: true}
17-
- {ROS_DISTRO: noetic, PRERELEASE: true}
9+
- {ROS_DISTRO: foxy}
10+
- {ROS_DISTRO: galactic}
11+
- {ROS_DISTRO: rolling}
12+
- {ROS_DISTRO: foxy, PRERELEASE: true}
13+
- {ROS_DISTRO: galactic, PRERELEASE: true}
14+
- {ROS_DISTRO: rolling, PRERELEASE: true}
1815
env:
1916
CCACHE_DIR: /github/home/.ccache # Enable ccache
2017
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)