-
Notifications
You must be signed in to change notification settings - Fork 9
33 lines (30 loc) · 899 Bytes
/
foxy.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
name: foxy build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
foxy_build:
runs-on: ubuntu-20.04
steps:
- name: cancle preivious run
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
# downgrade cmake necessary because of https://github.com/vrpn/vrpn/pull/276
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.16.x'
- name: setup ROS2
uses: ros-tooling/[email protected]
with:
use-ros2-testing: true # remove this once vrpn package goes into foxy index
required-ros-distributions: foxy
- name: ROS2 build and test
uses: ros-tooling/[email protected]
with:
package-name: vrpn_mocap
target-ros2-distro: foxy