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 69c5840 + 8e60c1f commit db4b5bbCopy full SHA for db4b5bb
.github/workflows/ros_ci.yml
@@ -11,14 +11,16 @@ jobs:
11
strategy:
12
matrix:
13
env:
14
- - {ROS_DISTRO: melodic}
15
- - {ROS_DISTRO: noetic, BUILDER: catkin_tools}
+ - {ROS_DISTRO: melodic, PRERELEASE: false}
+ - {ROS_DISTRO: noetic}
16
- {ROS_DISTRO: foxy}
17
- {ROS_DISTRO: galactic}
18
- - {ROS_DISTRO: foxy, PRERELEASE: true}
19
- - {ROS_DISTRO: galactic, PRERELEASE: true}
+ - {ROS_DISTRO: rolling}
+ - {ROS_DISTRO: humble}
20
21
CCACHE_DIR: /github/home/.ccache # Enable ccache
22
+ PRERELEASE: true
23
+ BUILDER: colcon
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v2
0 commit comments