Skip to content

Update rolling

Update rolling #66

name: plansys2_cascade_example
on:
pull_request:
branches:
- rolling
push:
branches:
- rolling
schedule:
- cron: '0 0 * * 6'
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Install popf deps
run: sudo apt-get install libfl-dev
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- name: Create custom repos
run: wget -O /tmp/all.repos https://raw.githubusercontent.com/PlanSys2/ros2_planning_system_examples/rolling/plansys2.repos
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: plansys2_cascade_example
target-ros2-distro: rolling
vcs-repo-file-url: /tmp/all.repos
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml