Skip to content
Snippets Groups Projects
Commit c7a0e10a authored by Marko Petric's avatar Marko Petric
Browse files

Removed yum install and added man to dockerhub images, added example test to CI

parent fd4c08a7
No related branches found
No related tags found
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment