-
Notifications
You must be signed in to change notification settings - Fork 25
43 lines (35 loc) · 923 Bytes
/
build_test.yml
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
39
40
41
42
43
name: ROS2 CI
on:
pull_request:
push:
branches:
- 'main'
jobs:
test_environment:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ros_distribution: [humble]
include:
- ros_distribution: humble
docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
container:
image: ${{ matrix.docker_image }}
steps:
- run: mkdir tmp_ws
- uses: actions/checkout@v4
with:
path: tmp_ws
# Note that action-ros-ci will rm -rf ros_ws
- uses: ros-tooling/[email protected]
with:
package-name: |
orca_base
orca_bringup
orca_description
orca_msgs
orca_nav2
orca_shared
target-ros2-distro: ${{ matrix.ros_distribution }}
vcs-repo-file-url: tmp_ws/workspace.repos