Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
unicado.gitlab.io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNICADO
unicado.gitlab.io
Commits
2af59667
Commit
2af59667
authored
4 months ago
by
Alfin Johny
Browse files
Options
Downloads
Patches
Plain Diff
Modifying configuration file to generate documentation for engine library
parent
31234869
Branches
fix/how-to-contribute
No related tags found
1 merge request
!5
Adapting files in unicado.gitlab.io to include Engine Library documentation
Pipeline
#1527253
failed
4 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-2
11 additions, 2 deletions
.gitlab-ci.yml
with
11 additions
and
2 deletions
.gitlab-ci.yml
+
11
−
2
View file @
2af59667
...
...
@@ -28,8 +28,17 @@ doxygen:
before_script
:
-
apk update && apk --no-cache add git doxygen graphviz ttf-freefont texmf-dist texmf-dist-latexextra texlive texlive-dvi
script
:
-
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/documentation/" ) | doxygen -
# Clone the UNICADO library repository once
-
git clone --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries
-
cd libraries
# Generate documentation for the feature-aircraftGeometry2 branch
-
git checkout feature-aircraftGeometry2
-
git submodule update --init --recursive
-
cd aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/feature-aircraftGeometry2" ) | doxygen -
# Generate documentation for the feature-engine branch
-
git checkout feature-engine
-
git submodule update --init --recursive
-
cd engine/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/feature-engine" ) | doxygen -
artifacts
:
paths
:
-
$CI_PROJECT_DIR/docs/documentation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment