Add -Wconversion flag to protect future developments (backport #667) #323
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: RHEL Iron Binary Build | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- iron | |
paths: | |
- '**.hpp' | |
- '**.h' | |
- '**.cpp' | |
- '**.yaml' | |
- '.github/workflows/iron-rhel-semi-binary-build.yml' | |
- '**/package.xml' | |
- '**/CMakeLists.txt' | |
- 'ros2_controllers.iron.repos' | |
schedule: | |
# Run every day to detect flakiness and broken dependencies | |
- cron: '03 1 * * *' | |
jobs: | |
iron_rhel_binary: | |
name: Iron RHEL binary build | |
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master | |
with: | |
ros_distro: iron | |
upstream_workspace: ros2_controllers.iron.repos | |
ref_for_scheduled_build: iron | |
skip_packages: rqt_joint_trajectory_controller |