File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 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
7
2
on : [push, pull_request] # on all pushes and PRs
8
3
9
4
jobs :
10
5
CI :
11
6
strategy :
12
7
matrix :
13
8
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}
18
15
env :
19
16
CCACHE_DIR : /github/home/.ccache # Enable ccache
20
17
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments