Skip to content

Commit

Permalink
refs #11185. Update to package option
Browse files Browse the repository at this point in the history
Always package on the Linux side now.
  • Loading branch information
OwenArnold committed Feb 26, 2015
1 parent 06a8e40 commit 4aef142
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Code/Mantid/Build/Jenkins/buildscript
Expand Up @@ -10,6 +10,8 @@
# slave.
###############################################################################
SCRIPT_DIR=$(dirname "$0")
# Package by default
BUILDPKG=true

###############################################################################
# Print out the versions of things we are using
Expand Down Expand Up @@ -88,7 +90,6 @@ fi
###############################################################################
if [[ ${JOB_NAME} == *clean* ]]; then
CLEANBUILD=true
BUILDPKG=true
fi

if [[ -e $WORKSPACE/build/CMakeCache.txt ]]; then
Expand All @@ -99,10 +100,6 @@ if [[ -e $WORKSPACE/build/CMakeCache.txt ]]; then
fi
fi

if [[ ${JOB_NAME} == *pull_requests* ]]; then
BUILDPKG=true
fi

###############################################################################
# Packaging options
###############################################################################
Expand Down

0 comments on commit 4aef142

Please sign in to comment.