-
Notifications
You must be signed in to change notification settings - Fork 8
38 lines (36 loc) · 1 KB
/
iron-devel.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: iron-devel
on:
pull_request:
branches:
- iron-devel
push:
branches:
- iron-devel
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.3.3
with:
required-ros-distributions: iron
- name: build and test
uses: ros-tooling/action-ros-ci@0.2.5
with:
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs
target-ros2-distro: iron
vcs-repo-file-url: ""
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- name: Codecov
uses: codecov/codecov-action@v1.2.1
with:
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false