Skip to content

Commit

Permalink
Merge pull request #308 from mantidproject/11185_build_script
Browse files Browse the repository at this point in the history
Linux build scripts should build packages
  • Loading branch information
peterfpeterson committed Feb 27, 2015
2 parents bd2dae3 + 4aef142 commit 5b8a5f6
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 5b8a5f6

Please sign in to comment.