Skip to content
Snippets Groups Projects
Commit 3721bf17 authored by Simon Wittl's avatar Simon Wittl
Browse files

doc test

parent 31f0fa40
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ build-ros:
- rosdep install --from-paths . -y --ignore-src
- colcon build --merge-install
script:
- source ./home/install/setup.bash
- source ./install/setup.bash
artifacts:
when: always
paths:
......@@ -69,7 +69,7 @@ create-docu:
- python3 ./get-pip.py
- pip3 install pdoc3
script:
- source ./home/install/setup.bash
- source ./install/setup.bash
- mkdir doc
- python3 -m pdoc3 --html rq_controller -o=./doc/rq_controller -c show_source_code=True
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment