Skip to content
Snippets Groups Projects
Commit d37a8ad8 authored by Sebastian Oberschwendtner's avatar Sebastian Oberschwendtner
Browse files

Update .gitlab-ci.yml file

parent 458e80cb
Branches
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!1Doxygen setup for contionuous documentation
Pipeline #1110068 failed
...@@ -25,7 +25,7 @@ doxygen: ...@@ -25,7 +25,7 @@ doxygen:
tags: tags:
- documentation - documentation
before_script: before_script:
- apk update && apk --no-cache add doxygen graphviz - apk update && apk --no-cache add git doxygen graphviz
script: script:
- git clone -b feature-aircraftGeometry2 --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries - git clone -b feature-aircraftGeometry2 --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries
- cd libraries/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/modules/" ) | doxygen - - cd libraries/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/modules/" ) | doxygen -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment