Skip to content

Move readme

Move readme #4

Workflow file for this run

name: main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
container:
image: osrf/ros:rolling-desktop
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y wget python3-vcstool python3-colcon-coveragepy-result
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: quantif_ros2 quantif_ros2_interfaces
target-ros2-distro: rolling
vcs-repo-file-url:
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}