Skip to content

Commit

Permalink
[Don't merge] Committed to test build-from-source
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak committed Sep 18, 2024
1 parent ffd1f28 commit 42d2082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
ROS_DISTRO: [rolling, jazzy, iron]
BUILD_TYPE: [source, binary]
exclude:
- BUILD_TYPE: ${{ github.event_name != 'schedule' && 'source' || '' }}
- BUILD_TYPE: ${{ github.event_name == 'schedule' && 'source' || '' }}
env:
ROS2_REPOS_FILE_URL: 'https://raw.githubusercontent.com/ros2/ros2/${{ matrix.ROS_DISTRO }}/ros2.repos'
RMW_MIDDLEWARE_TEST_PACKAGES: 'test_rclcpp test_communication'
RMW_MIDDLEWARE_TEST_PACKAGES: 'test_rclcpp test_communication rcl'
runs-on: ubuntu-latest
container:
image: ${{ matrix.BUILD_TYPE == 'binary' && format('ros:{0}-ros-base', matrix.ROS_DISTRO) || 'ubuntu:noble' }}
Expand Down

0 comments on commit 42d2082

Please sign in to comment.