Skip to content
Snippets Groups Projects
Commit d6c86399 authored by Russell Taylor's avatar Russell Taylor
Browse files

Re #8882. Make sure to go back to the root directory.

parent bf3b7ee6
No related branches found
No related tags found
No related merge requests found
#!/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
......
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