Skip to content

Commit b548e06

Browse files
committed
build ompl in ci
Signed-off-by: Christian Henkel <[email protected]>
1 parent 2bc0cf6 commit b548e06

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
cd build
4848
cmake ..
4949
make
50+
- name: Build ompl
51+
run: |
52+
cd roadmaps/ompl
53+
mkdir -p build
54+
cd build
55+
cmake ..
56+
make
5057
- name: Test with pytest
5158
run: |
5259
pytest -rP

0 commit comments

Comments
 (0)