-
Notifications
You must be signed in to change notification settings - Fork 13
31 lines (29 loc) · 949 Bytes
/
ci.yaml
File metadata and controls
31 lines (29 loc) · 949 Bytes
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
name: "Build action: Foxy + Rolling"
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-latest, windows-latest ]
ros_distribution: [ foxy, rolling ]
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.1.2
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- uses : ros-tooling/action-ros-ci@0.1.1
with:
package-name: "system_modes system_modes_examples"
target-ros2-distro: ${{ matrix.ros_distribution }}
vcs-repo-file-url: ""
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- uses: codecov/codecov-action@v1.2.1
with:
file: ros_ws/lcov/total_coverage.info