Skip to content

Avoid to include windows.h in realtime_helpers.hpp (#255) #61

Avoid to include windows.h in realtime_helpers.hpp (#255)

Avoid to include windows.h in realtime_helpers.hpp (#255) #61

name: Rolling Coverage Build
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
jobs:
coverage:
name: coverage build
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
secrets: inherit
with:
ros_distro: rolling