Skip to content

Build

Build #6

name: Build
on:
workflow_dispatch:
push:
schedule:
- cron: "0 0 1 * *" # monthly
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
with:
package-name: fri_vendor
target-ros2-distro: rolling