Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModelG4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GeoModelDev
GeoModelG4
Commits
2c23f0a3
Commit
2c23f0a3
authored
5 years ago
by
Marilena Bandieramonte
Browse files
Options
Downloads
Patches
Plain Diff
Dependency of GeoModelIO from CLHEP - branch compatible with GeoModelG4
parent
0cc3dbe8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1426095
failed
5 years ago
Stage: deps-A
Stage: deps-B
Stage: deps-C
Stage: deps-D
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+24
-24
24 additions, 24 deletions
.gitlab-ci.yml
with
24 additions
and
24 deletions
.gitlab-ci.yml
+
24
−
24
View file @
2c23f0a3
...
...
@@ -44,38 +44,38 @@ variables:
paths
:
-
install
.
geomodelio
-build-template-job
:
&
geomodelio
-job
.
CLHEP
-build-template-job
:
&
CLHEP
-job
stage
:
deps-B
variables
:
CMAKE_ARGS
:
${CMAKE_BASE_ARGS}
script
:
-
pwd; ls
-
git clone https://gitlab.cern.ch/
GeoModelDev/GeoModelIO
.git
-
cd
GeoModelIO
-
git checkout
master-specialshape-geomodelg4
-
git clone https://gitlab.cern.ch/
CLHEP/CLHEP
.git
-
cd
CLHEP
-
git checkout
CLHEP_2_4_1_0
-
cd ../
-
mkdir
geomodelio
-build
-
cd
geomodelio
-build
-
cmake ${CMAKE_ARGS} ../
GeoModelIO
-
mkdir
CLHEP
-build
-
cd
CLHEP
-build
-
cmake ${CMAKE_ARGS} ../
CLHEP
-
make -j32
-
make install
artifacts
:
paths
:
-
install
.
CLHEP
-build-template-job
:
&
CLHEP
-job
.
geomodelio
-build-template-job
:
&
geomodelio
-job
stage
:
deps-C
variables
:
CMAKE_ARGS
:
${CMAKE_BASE_ARGS}
script
:
-
pwd; ls
-
git clone https://gitlab.cern.ch/
CLHEP/CLHEP
.git
-
cd
CLHEP
-
git checkout
CLHEP_2_4_1_0
-
git clone https://gitlab.cern.ch/
GeoModelDev/GeoModelIO
.git
-
cd
GeoModelIO
-
git checkout
master-specialshape-geomodelg4
-
cd ../
-
mkdir
CLHEP
-build
-
cd
CLHEP
-build
-
cmake ${CMAKE_ARGS} ../
CLHEP
-
mkdir
geomodelio
-build
-
cd
geomodelio
-build
-
cmake ${CMAKE_ARGS} ../
GeoModelIO
-
make -j32
-
make install
artifacts
:
...
...
@@ -121,15 +121,15 @@ geomodelcore-mac:
<<
:
*macos-job
<<
:
*geomodelcore-job
geomodelio-mac
:
<<
:
*macos-job
<<
:
*geomodelio-job
needs
:
[
"
geomodelcore-mac"
]
CLHEP-mac
:
<<
:
*macos-job
<<
:
*CLHEP-job
geomodelio-mac
:
<<
:
*macos-job
<<
:
*geomodelio-job
needs
:
[
"
geomodelcore-mac"
,
"
CLHEP-mac"
]
Geant4-mac
:
<<
:
*macos-job
<<
:
*Geant4-job
...
...
@@ -146,15 +146,15 @@ geomodelcore-ubuntu:
<<
:
*ubuntu-job
<<
:
*geomodelcore-job
geomodelio-ubuntu
:
<<
:
*ubuntu-job
<<
:
*geomodelio-job
needs
:
[
"
geomodelcore-ubuntu"
]
CLHEP-ubuntu
:
<<
:
*ubuntu-job
<<
:
*CLHEP-job
geomodelio-ubuntu
:
<<
:
*ubuntu-job
<<
:
*geomodelio-job
needs
:
[
"
geomodelcore-ubuntu"
,
"
CLHEP-ubuntu"
]
Geant4-ubuntu
:
<<
:
*ubuntu-job
<<
:
*Geant4-job
...
...
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