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

Update .gitlab-ci.yml file

parent e581b823
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!1Doxygen setup for contionuous documentation
Pipeline #1109454 failed
......@@ -22,10 +22,15 @@ doxygen:
tags:
- documentation
before_script:
- apt-get update && apt-get install doxygen
- apt-get update && apt-get install -y doxygen
script:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries
- doxygen libraries/aircraftGeometry2/doc/Doxyfile
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: on_success
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: manual
pages:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment