Skip to content

Release Foxglove extension as installable .foxe again #333

Release Foxglove extension as installable .foxe again

Release Foxglove extension as installable .foxe again #333

Workflow file for this run

name: ROS2 Humble
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: |
cloudini_lib
cloudini_ros
target-ros2-distro: humble
colcon-defaults: |
{
"build": {
"cmake-args": ["-DFETCHCONTENT_FULLY_DISCONNECTED=ON"]
}
}