Skip to content
Snippets Groups Projects
Commit d86ba91e authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add documentation stage

parent 9021dc43
No related branches found
No related tags found
No related merge requests found
stages:
- build-and-test
- documentation
.build-and-test:
......@@ -78,3 +79,17 @@ build-and-test-jammy:
extends: .build-and-test
image: git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-jammy
generate-documentation:
stage: documentation
image: git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-bionic
script:
- cd build
- make doc
artifacts:
name: "Simox-Documentation-$CI_COMMIT_REF_NAME"
paths:
- build/doc/html/
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