Skip to content
Snippets Groups Projects

Adapting gitlabio config file to include propulsionDesign documentation on the website

Closed alfinjohny1 requested to merge feature-Documentation_Propulsion_Design into develop
3 unresolved threads

In order to successfully launch documentation for propulsionDesign on UNICADO website, we need to adapt the configuration file inside gitlabio reposiory. It is expected to generate the documentation automatically by Doxygen tool and load it website when the MR (Documentation propulsion design new ) merges with default branch of Aircraft Design repository.

Merge request reports

Merge request pipeline #1526341 waiting for manual action

Merge request pipeline waiting for manual action for cf000c9e

Closed by Kristina MazurKristina Mazur 6 months ago (Nov 28, 2024 6:30pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
30 30 script:
31 31 - git clone -b feature-aircraftGeometry2 --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries
32 32 - cd libraries/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
33 - git clone -b feature-Documentation_Propulsion_Design --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-design
  • 30 30 script:
    31 31 - git clone -b feature-aircraftGeometry2 --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries
    32 32 - cd libraries/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
    33 - git clone -b feature-Documentation_Propulsion_Design --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-design
    34 - cd aircraft-design/propulsion_design/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/propulsionDesign" ) | doxygen -
  • 100 100
    101 101 |Module Version|Language|License|Documentation|
    102 102 |:---:|:---:|:---:|---|
    103 |3.0.0|:simple-cplusplus: |GPLv3|[Link]()|
    103 |3.0.0|:simple-cplusplus: |GPLv3|[Link](propulsionDesign/index.html)|
  • Kristina Mazur requested changes

    requested changes

  • mentioned in merge request aircraft-design!13 (merged)

  • As the syntax changed and I already adapted the pipeline, this is not necessary - but thanks!

  • Please register or sign in to reply
    Loading