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
142a00d3
Commit
142a00d3
authored
9 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Moved images to new dockerhub repo, to permanently add the pre build packages
parent
88e5a04e
No related branches found
Branches containing commit
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
+6
-10
6 additions, 10 deletions
.gitlab-ci.yml
with
6 additions
and
10 deletions
.gitlab-ci.yml
+
6
−
10
View file @
142a00d3
before_script
:
#pre-installation script
-
yum install which make glibc-devel openmotif-devel mesa-libGLU-devel expat-devel -y
slc6-gcc48
:
tags
:
-
docker
image
:
c
ern
/slc6-base
image
:
c
licdp
/slc6-base
script
:
-
source .gitlab-ci.d/init_x86_64-slc6-gcc48-opt.sh
-
mkdir build
-
cd build
-
cmake -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -DCLHEP_DIR=$CLHEP -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.2.0 -D DD4HEP_USE_CXX11=ON ..
-
make -j2
-
make test
-
make install
-
make test
-
cd ../examples
-
mkdir build
-
cd build
...
...
@@ -25,15 +21,15 @@ slc6-gcc48:
slc6-gcc49
:
tags
:
-
docker
image
:
c
ern
/slc6-base
image
:
c
licdp
/slc6-base
script
:
-
source .gitlab-ci.d/init_x86_64-slc6-gcc49-opt.sh
-
mkdir build
-
cd build
-
cmake -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -DCLHEP_DIR=$CLHEP -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.2.0 -D DD4HEP_USE_CXX14=ON ..
-
make -j2
-
make test
-
make install
-
make test
-
cd ../examples
-
mkdir build
-
cd build
...
...
@@ -46,15 +42,15 @@ slc6-gcc49:
centos7-gcc49
:
tags
:
-
docker
image
:
c
ern
/cc7-base
image
:
c
licdp
/cc7-base
script
:
-
source .gitlab-ci.d/init_x86_64-centos7-gcc49-opt.sh
-
mkdir build
-
cd build
-
cmake -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -DCLHEP_DIR=$CLHEP -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.2.0 -D DD4HEP_USE_CXX14=ON ..
-
make -j2
-
make test
-
make install
-
make test
-
cd ../examples
-
mkdir build
-
cd build
...
...
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