We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31bc1a9 + 9cee887 commit 2b3f9b0Copy full SHA for 2b3f9b0
.github/workflows/main.yml
@@ -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
.travis.yml
0 commit comments