diff options
author | Memphiz <memphis@machzwo.de> | 2013-03-24 02:23:37 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-03-26 21:23:06 +0100 |
commit | 6db72f913d66f3d5fd21129fc0c60958e72a4733 (patch) | |
tree | 28bfc9db5f7a2741c3b3b954c10089b523d66016 /tools/buildsteps/README | |
parent | 16c7ddf4f307a8efb9c8687bb649f54ff896c466 (diff) |
[jenkins] - welcome jenkins support for osx/ios/atv2/android to mainline :o) - add buildsteps for usage with jenkins
Diffstat (limited to 'tools/buildsteps/README')
-rw-r--r-- | tools/buildsteps/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/buildsteps/README b/tools/buildsteps/README new file mode 100644 index 0000000000..68c5354521 --- /dev/null +++ b/tools/buildsteps/README @@ -0,0 +1,15 @@ +This folder holds all the platform dependend build scripts which are called from the jenkins buildserver. + +The following ENV variables are available on all scripts: + +$WORKSPACE - the folder where jenkins checked out the source - XBMC_HOME so to say +$Configuration - its either Debug, Release or Default and should be taken into account if possible (Defaults select platform default from <platformdir>/startbuild) +$SDK_VERSION - the requested SDK_VERSION to be used for building. If "Default" is passed it uses the platform default from <platformdir>/startbuild +$BUILDTHREADS - number of threads which can be used when building (e.x. use it for make -j$BUILDTHREADS) +$XBMC_DEPENDS_ROOT - root for installing the xbmc build depends and toolchain helpers. If "Default" is passed it uses the platform default from <platformdir>/startbuild + +Additional ENV variables might be specified by the buildnodes. For android buildslaves these are: + +TOOLCHAIN - the used toolchain dir +NDK_PATH - the path to the android native ndk +SDK_PATH - the path to the android sdk
\ No newline at end of file |