Skip to content

Adds missing clang flag for dealing with pybind11 header file. (#82) #336

Adds missing clang flag for dealing with pybind11 header file. (#82)

Adds missing clang flag for dealing with pybind11 header file. (#82) #336

Workflow file for this run

name: gcc
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
env:
PACKAGE_NAME: maliput_dragway
ROS_DISTRO: foxy
# Cancel previously running PR jobs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
compile_and_test:
name: Compile and test
runs-on: ubuntu-latest
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
package-name: ${{ env.PACKAGE_NAME }}
target-ros2-distro: ${{ env.ROS_DISTRO }}
vcs-repo-file-url: ${GITHUB_WORKSPACE}/.github/dependencies.repos
rosdep-skip-keys: pybind11