Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
040f6ea2
Commit
040f6ea2
authored
Dec 20, 2018
by
Morag Jean Williams
Browse files
Merge branch 'improve_setup_lxplus' into 'master'
improve setup lxplus See merge request
!83
parents
11000659
d86839fb
Pipeline
#640474
passed with stages
in 8 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.d/init_x86_64.sh
View file @
040f6ea2
...
...
@@ -108,3 +108,4 @@ export PATH="$Doxygen_HOME:$PATH"
export
Git_HOME
=
${
CLICREPO
}
/software/git/2.13.2/
${
BUILD_FLAVOUR
}
export
PATH
=
${
Git_HOME
}
/bin:
${
PATH
}
etc/setup_lxplus.sh
View file @
040f6ea2
...
...
@@ -8,3 +8,7 @@ ABSOLUTE_PATH=`dirname $(readlink -f ${BASH_SOURCE[0]})`
# Load default configuration
source
$ABSOLUTE_PATH
/../.gitlab-ci.d/init_x86_64.sh
# Add <path-to-corryvreckan> to PATH
CORRY_PATH
=
$(
cd
"
$ABSOLUTE_PATH
/../bin"
;
pwd
-P
)
export
PATH
=
$CORRY_PATH
:
$PATH
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment