Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Use drake-examples to build 3 external examples #22

Use drake-examples to build 3 external examples

Use drake-examples to build 3 external examples #22

Workflow file for this run

name: builder
on:
push:
jobs:
build_testing:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- name: checkout
uses: actions/checkout@v4
with:
repository: RobotLocomotion/drake-external-examples
path: ros_ws/src
- uses: ros-tooling/[email protected]
with:
package-name: drake drake_cmake_installed drake_cmake_installed_apt drake_ament_cmake_installed
target-ros2-distro: rolling
skip-tests: true
colcon-defaults: |
{
"build": {
"merge-install": true,
"cmake-target": "install"
}
}