File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ jobs:
1010 - {ROS_DISTRO: noetic, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: OFF}
1111 - {ROS_DISTRO: humble, CMAKE_BUILD_TYPE: Debug, VECTORIZATION_SUPPORT: ON}
1212 - {ROS_DISTRO: humble, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: ON}
13+ - {ROS_DISTRO: humble, PRERELEASE: true}
1314 - {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Debug, VECTORIZATION_SUPPORT: ON}
1415 - {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: ON}
16+ - {ROS_DISTRO: rolling, PRERELEASE: true}
1517 env :
1618 # CCACHE_DIR: /github/home/.ccache # Enable ccache
1719 CMAKE_ARGS : -DBUILD_WITH_VECTORIZATION_SUPPORT=${{ matrix.env.VECTORIZATION_SUPPORT }} # Simde is available since humble
18- PRERELEASE : true
1920 runs-on : ubuntu-latest
2021 steps :
2122 - uses : actions/checkout@v3
2728 # path: ${{ env.CCACHE_DIR }}
2829 # key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
2930 # Run industrial_ci
30- - name : Display environment variables
31- env : ${{ matrix.env }}
32- run : |
33- echo "CMAKE_ARGS: "$CMAKE_ARGS
3431 - uses : ' ros-industrial/industrial_ci@master'
3532 env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments