Skip to content
Snippets Groups Projects
Commit 2b40ba7c authored by Joosep Pata's avatar Joosep Pata
Browse files

updated checkout source

parent 36415fea
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,20 @@ MEM:
- mem.txt
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
MEM_DL:
stage: test
script:
- cd $CMSSW_BASE
- tar -xzf $CI_HOME/cmssw.tgz
- cd src
- scram b python
- cd $CI_HOME
- mem_test_dl | tee -i mem.txt
artifacts:
paths:
- mem_dl.txt
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
DNN:
stage: test
script:
......
......@@ -10,12 +10,13 @@ action() {
cd src/TTH
# get the MEM code
git clone https://github.com/jpata/Code.git MEIntegratorStandalone --branch master
git clone https://gitlab.cern.ch/jpata/MEIntegratorStandalone.git MEIntegratorStandalone --branch master
# copy the OpenLoops ME libraries
cp -R MEIntegratorStandalone/libs/* ../../lib/$SCRAM_ARCH/
eval `scramv1 runtime -sh`
ls
scram setup MEIntegratorStandalone/deps/gsl.xml
cd $origin
......
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