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
6b25cfa9
Commit
6b25cfa9
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Update CI setup
parent
dac18ce1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.d/init_x86_64.sh
+2
-2
2 additions, 2 deletions
.gitlab-ci.d/init_x86_64.sh
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.d/init_x86_64.sh
+
2
−
2
View file @
6b25cfa9
...
...
@@ -41,7 +41,7 @@ export PATH=${CMAKE_HOME}/bin:$PATH
# Python
#--------------------------------------------------------------------------------
export
PYTHONDIR
=
${
CLICREPO
}
/software/Python/2.7.1
1
/
${
BUILD_FLAVOUR
}
export
PYTHONDIR
=
${
CLICREPO
}
/software/Python/2.7.1
2
/
${
BUILD_FLAVOUR
}
export
PATH
=
$PYTHONDIR
/bin:
$PATH
export
LD_LIBRARY_PATH
=
$PYTHONDIR
/lib:
$LD_LIBRARY_PATH
...
...
@@ -75,7 +75,7 @@ export G4SYSTEM="Linux-g++"
#--------------------------------------------------------------------------------
# LCIO
#--------------------------------------------------------------------------------
export
LCIO
=
${
CLICREPO
}
/software/LCIO/2.7.
1
/
${
BUILD_FLAVOUR
}
export
LCIO
=
${
CLICREPO
}
/software/LCIO/2.7.
2
/
${
BUILD_FLAVOUR
}
# export PYTHONPATH="$LCIO/src/python:$LCIO/examples/python:$PYTHONPATH"
export
PATH
=
"
$LCIO
/bin:
$PATH
"
export
LD_LIBRARY_PATH
=
"
$LCIO
/lib:
$LD_LIBRARY_PATH
"
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
3
−
3
View file @
6b25cfa9
...
...
@@ -4,7 +4,7 @@ slc6-gcc48:
image
:
clicdp/slc6-base
script
:
-
export GCC_VERSION="4.8.5"
-
export BUILD_TYPE="
dbg
"
-
export BUILD_TYPE="
opt
"
-
source .gitlab-ci.d/init_x86_64.sh
-
mkdir build
-
cd build
...
...
@@ -30,7 +30,7 @@ slc6-gcc49:
image
:
clicdp/slc6-base
script
:
-
export GCC_VERSION="4.9.3"
-
export BUILD_TYPE="
dbg
"
-
export BUILD_TYPE="
opt
"
-
source .gitlab-ci.d/init_x86_64.sh
-
mkdir build
-
cd build
...
...
@@ -56,7 +56,7 @@ centos7-gcc49:
image
:
clicdp/cc7-base
script
:
-
export GCC_VERSION="4.9.3"
-
export BUILD_TYPE="
dbg
"
-
export BUILD_TYPE="
opt
"
-
source .gitlab-ci.d/init_x86_64.sh
-
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