Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaxt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
yaxt
Commits
7cf6c436
Commit
7cf6c436
authored
4 months ago
by
Thomas Jahns
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: Update version of doxygen used.
parent
d98853c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-4
21 additions, 4 deletions
.gitlab-ci.yml
with
21 additions
and
4 deletions
.gitlab-ci.yml
+
21
−
4
View file @
7cf6c436
...
...
@@ -279,6 +279,21 @@ run_test_nvhpc_24_7:
-
.basic_build
gen_doxy_html
:
extends
:
-
.default
variables
:
PARTITION
:
shared
TASK_COUNT
:
2
TIME_LIMIT
:
"
5:00"
ACCOUNT
:
k20200
SCHEDULER_PARAMETERS
:
>-
--account=$ACCOUNT
--partition=$PARTITION
--ntasks=$TASK_COUNT
--time=$TIME_LIMIT
MAKEFLAGS
:
--jobs=${TASK_COUNT}
before_script
:
-
*load_basic_modules
stage
:
documentation
needs
:
-
job
:
gen_cov_data
...
...
@@ -288,16 +303,17 @@ gen_doxy_html:
when
:
always
-
when
:
never
script
:
-
module purge
-
module load texlive/live2021-gcc-11.2.0
-
PATH="$PATH:/sw/spack-levante/mambaforge-
4.13
.0-
1
-Linux-x86_64-
budobm
/pkgs/graphviz-
5
.0.
1
-h
5abf519
_0/bin"
-
make -C doc DOXYGEN=/
sw/spack-levante/doxygen-1.9.2-upexqu
/bin/doxygen 2> >(tee doxy.err)
-
PATH="$PATH:/sw/spack-levante/mambaforge-
22.9
.0-
2
-Linux-x86_64-
kptncg
/pkgs/graphviz-
6
.0.
2
-h
99bc08f
_0/bin"
-
make -C doc DOXYGEN=/
home/k/k202069/opt/doxygen-1.12.0-x64-linux
/bin/doxygen 2> >(tee doxy.err)
artifacts
:
expire_in
:
5min
paths
:
-
doc/html
-
doxy.err
tags
:
-
levante
-fake
, hpc, dkrz
-
levante, hpc, dkrz
gen_cov_rep_html
:
stage
:
documentation
...
...
@@ -351,7 +367,8 @@ check_warning_gcc_11_2_0:
variables
:
OUTPUT_FILE
:
make.err
needs
:
-
run_test_gcc_11_2_0
-
job
:
run_test_gcc_11_2_0
artifacts
:
true
check_warning_doxy
:
stage
:
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