Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
d6c86399
Commit
d6c86399
authored
11 years ago
by
Russell Taylor
Browse files
Options
Downloads
Patches
Plain Diff
Re #8882. Make sure to go back to the root directory.
parent
bf3b7ee6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Mantid/Build/Jenkins/buildscript
+2
-1
2 additions, 1 deletion
Code/Mantid/Build/Jenkins/buildscript
with
2 additions
and
1 deletion
Code/Mantid/Build/Jenkins/buildscript
+
2
−
1
View file @
d6c86399
#!/bin/sh -ex
#!/bin/sh -ex
###############################################################################
###############################################################################
# SCRIPT TO DRIVE THE JENKINS BUILDS OF MANTID.
#
LINUX/MAC
SCRIPT TO DRIVE THE JENKINS BUILDS OF MANTID.
#
#
# Notes:
# Notes:
#
#
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
if
[[
$(
uname
)
==
'Darwin'
]]
;
then
if
[[
$(
uname
)
==
'Darwin'
]]
;
then
cd
$WORKSPACE
/Code
cd
$WORKSPACE
/Code
./fetch_Third_Party.sh
./fetch_Third_Party.sh
cd
$WORKSPACE
# Setup environment variables
# Setup environment variables
source
/opt/intel/bin/iccvars.sh intel64
source
/opt/intel/bin/iccvars.sh intel64
export
DYLD_LIBRARY_PATH
=
$DYLD_LIBRARY_PATH
:
$WORKSPACE
/Code/Third_Party/lib/mac64:/Library/Frameworks
export
DYLD_LIBRARY_PATH
=
$DYLD_LIBRARY_PATH
:
$WORKSPACE
/Code/Third_Party/lib/mac64:/Library/Frameworks
...
...
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