Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
785b88af
Commit
785b88af
authored
2 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
GitlabCI: update docker images used
Used when building doxygen for the website
parent
60ea1189
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-8
8 additions, 8 deletions
.gitlab-ci.yml
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
8
−
8
View file @
785b88af
...
...
@@ -7,7 +7,7 @@ centos7-gcc10-Geant10.6:
stage
:
build
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh
-
mkdir build
...
...
@@ -29,7 +29,7 @@ centos7-gcc9-Geant10.6:
stage
:
build
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc9-opt/setup.sh
-
mkdir build
...
...
@@ -51,7 +51,7 @@ centos7-gcc10-Geant10.6-XERCESC:
stage
:
build
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh
-
unset CPATH
...
...
@@ -74,7 +74,7 @@ centos7-gcc10-Geant10.6-Python3:
stage
:
build
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh
-
mkdir build
...
...
@@ -97,7 +97,7 @@ centos7-clang10-Geant10.6-XERCESC:
stage
:
build
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-clang10-opt/setup.sh
-
mkdir build
...
...
@@ -167,7 +167,7 @@ Python:
stage
:
build
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh
-
echo "RUNNING PYLINT PY3K CHECK"
...
...
@@ -187,7 +187,7 @@ doxygen:
stage
:
documentation
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh
-
mkdir -p public
...
...
@@ -206,7 +206,7 @@ usermanuals:
stage
:
documentation
tags
:
-
docker
image
:
clicdp/cc7-lcg
image
:
ghcr.io/aidasoft/centos7:latest
script
:
-
yum install -y ghostscript poppler-utils perl
-
source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh
...
...
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