Skip to content

Commit

Permalink
build ompl in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Nov 2, 2024
1 parent 2bc0cf6 commit b548e06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
cd build
cmake ..
make
- name: Build ompl
run: |
cd roadmaps/ompl
mkdir -p build
cd build
cmake ..
make
- name: Test with pytest
run: |
pytest -rP
Expand Down
2 changes: 1 addition & 1 deletion roadmaps/gsorm/lodepng

0 comments on commit b548e06

Please sign in to comment.