Skip to content

Commit 483f615

Browse files
committed
added melodic workflow as test
1 parent 76a4bd4 commit 483f615

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/workflows/ros-melodic.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: melodic
2+
on:
3+
push:
4+
branches:
5+
- 'develop'
6+
- 'melodic'
7+
pull_request:
8+
branches:
9+
- 'develop'
10+
- 'melodic'
11+
workflow_dispatch:
12+
branches:
13+
- '*'
14+
jobs:
15+
ros_noetic:
16+
name: melodic
17+
runs-on: ubuntu-18.04
18+
strategy:
19+
fail-fast: false
20+
steps:
21+
- name: Checkout LVR2
22+
uses: actions/checkout@v4
23+
with:
24+
submodules: recursive
25+
26+
- name: Compile LVR2 in ROS2 1 melodic WS
27+
uses: 'ros-industrial/industrial_ci@master'
28+
env:
29+
ROS_DISTRO: melodic
30+
ROS_REPO: main
31+
AFTER_SCRIPT: cd ~/target_ws && ./build/lvr2/bin/lvr2_reconstruct src/lvr2/dat/scan.pts

0 commit comments

Comments
 (0)