Skip to content

Commit

Permalink
[CI] Only run prerelease for ros2
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Feb 24, 2023
1 parent 09f8ba9 commit 8516131
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-linux-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
- {ROS_DISTRO: noetic, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: OFF}
- {ROS_DISTRO: humble, CMAKE_BUILD_TYPE: Debug, VECTORIZATION_SUPPORT: ON}
- {ROS_DISTRO: humble, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: ON}
- {ROS_DISTRO: humble, PRERELEASE: true}
- {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Debug, VECTORIZATION_SUPPORT: ON}
- {ROS_DISTRO: rolling, CMAKE_BUILD_TYPE: Release, VECTORIZATION_SUPPORT: ON}
- {ROS_DISTRO: rolling, PRERELEASE: true}
env:
#CCACHE_DIR: /github/home/.ccache # Enable ccache
CMAKE_ARGS: -DBUILD_WITH_VECTORIZATION_SUPPORT=${{ matrix.env.VECTORIZATION_SUPPORT }} # Simde is available since humble
PRERELEASE: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,9 +28,5 @@ jobs:
# path: ${{ env.CCACHE_DIR }}
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
# Run industrial_ci
- name: Display environment variables
env: ${{ matrix.env }}
run: |
echo "CMAKE_ARGS: "$CMAKE_ARGS
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}

0 comments on commit 8516131

Please sign in to comment.