We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a4bd4 commit 483f615Copy full SHA for 483f615
.github/workflows/ros-melodic.yml
@@ -0,0 +1,31 @@
1
+name: melodic
2
+on:
3
+ push:
4
+ branches:
5
+ - 'develop'
6
+ - 'melodic'
7
+ pull_request:
8
9
10
11
+ workflow_dispatch:
12
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