Skip to content

Commit

Permalink
make melodic doc within build_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
534o committed Jan 11, 2022
1 parent b64ce86 commit 67bd67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
cmake ..
make docbuild_${CIRCLE_PROJECT_REPONAME}_indigo
make docbuild_${CIRCLE_PROJECT_REPONAME}_kinetic
make docbuild_${CIRCLE_PROJECT_REPONAME}_melodic
mkdir ~/artifacts && find -L .. -iname '*.pdf' -exec cp {} ~/artifacts/ \;
- persist_to_workspace:
root: /root
Expand Down

0 comments on commit 67bd67c

Please sign in to comment.