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

Update .gitlab-ci.yml file

parent 5a30da5a
Branches
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!1Doxygen setup for contionuous documentation
Pipeline #1109470 waiting for manual action
......@@ -26,11 +26,10 @@ doxygen:
- documentation
before_script:
- apt-get update && apt-get install -y doxygen
- mkdir $(CI_PROJECT_DIR)/docs/modules
script:
- git clone -b feature-aircraftGeometry2 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 -
- ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/modules/" ) | doxygen -
artifacts:
paths:
- $(CI_PROJECT_DIR)/docs/modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment