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
c7a0e10a
Commit
c7a0e10a
authored
9 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Removed yum install and added man to dockerhub images, added example test to CI
parent
fd4c08a7
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
+21
-3
21 additions, 3 deletions
.gitlab-ci.yml
with
21 additions
and
3 deletions
.gitlab-ci.yml
+
21
−
3
View file @
c7a0e10a
...
@@ -3,7 +3,6 @@ slc6-gcc48:
...
@@ -3,7 +3,6 @@ slc6-gcc48:
-
docker
-
docker
image
:
clicdp/slc6-base
image
:
clicdp/slc6-base
script
:
script
:
-
yum install which man -y
-
source .gitlab-ci.d/init_x86_64-slc6-gcc48-opt.sh
-
source .gitlab-ci.d/init_x86_64-slc6-gcc48-opt.sh
-
mkdir build
-
mkdir build
-
cd build
-
cd build
...
@@ -12,13 +11,19 @@ slc6-gcc48:
...
@@ -12,13 +11,19 @@ slc6-gcc48:
-
make install
-
make install
-
. ../cmake/thisdd4hep_test.sh
-
. ../cmake/thisdd4hep_test.sh
-
make test
-
make test
-
cd ../examples/
-
mkdir build
-
cd build
-
cmake ..
-
make -j4
-
make install
-
make test
slc6-gcc49
:
slc6-gcc49
:
tags
:
tags
:
-
docker
-
docker
image
:
clicdp/slc6-base
image
:
clicdp/slc6-base
script
:
script
:
-
yum install which
man -y
-
source .gitlab-ci.d/init_x86_64-slc6-gcc49-opt.sh
-
source .gitlab-ci.d/init_x86_64-slc6-gcc49-opt.sh
-
mkdir build
-
mkdir build
-
cd build
-
cd build
...
@@ -27,13 +32,19 @@ slc6-gcc49:
...
@@ -27,13 +32,19 @@ slc6-gcc49:
-
make install
-
make install
-
. ../bin/thisdd4hep.sh
-
. ../bin/thisdd4hep.sh
-
make test
-
make test
-
cd ../examples/
-
mkdir build
-
cd build
-
cmake ..
-
make -j4
-
make install
-
make test
centos7-gcc49
:
centos7-gcc49
:
tags
:
tags
:
-
docker
-
docker
image
:
clicdp/cc7-base
image
:
clicdp/cc7-base
script
:
script
:
-
yum install which
man -y
-
source .gitlab-ci.d/init_x86_64-centos7-gcc49-opt.sh
-
source .gitlab-ci.d/init_x86_64-centos7-gcc49-opt.sh
-
mkdir build
-
mkdir build
-
cd build
-
cd build
...
@@ -42,4 +53,11 @@ centos7-gcc49:
...
@@ -42,4 +53,11 @@ centos7-gcc49:
-
make install
-
make install
-
. ../bin/thisdd4hep.sh
-
. ../bin/thisdd4hep.sh
-
make test
-
make test
-
cd ../examples/
-
mkdir build
-
cd build
-
cmake ..
-
make -j4
-
make install
-
make test
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