aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-05-02 22:40:33 +0200
committerMemphiz <memphis@machzwo.de>2013-05-02 23:27:10 +0200
commitb88b07ccfd7626ec6a74937805c4d354ff0ae24b (patch)
tree05a97040bd8c18ee86625d255fd2a1b168dd793e
parent93835f6876d50899159aff1eb3719779f580af98 (diff)
[jenkins] - add a sane Default "configuration" for linux builds (Debug like for other platforms too)
-rw-r--r--tools/buildsteps/defaultenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildsteps/defaultenv b/tools/buildsteps/defaultenv
index 7b379f7405..5fdf7d4764 100644
--- a/tools/buildsteps/defaultenv
+++ b/tools/buildsteps/defaultenv
@@ -41,6 +41,7 @@ case $XBMC_PLATFORM_DIR in
linux*)
DEFAULT_XBMC_DEPENDS_ROOT=$WORKSPACE/tools/depends/xbmc-depends
+ DEFAULT_CONFIGURATION="Debug"
esac
if [ "$SDK_VERSION" == "Default" ]