aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
AgeCommit message (Collapse)Author
2015-02-17[jenkins] - refactor jenkins buildsteps for allowing seperate binary addons ↵Memphiz
building
2015-02-12[jenkins/ios] - don't overwrite deployment target but use what is defined in ↵Memphiz
xcconfig
2015-02-01[ios/atv2/osx] - bump sdk version to ios 8.1 and osx 10.10Memphiz
2015-01-29[jenkins] - don't clamp release builds to 1 thread - parallel building seems ↵Memphiz
working ok on the builders [tm]
2015-01-23[jenkins/droid] - allow to select the ndk version through jenkins jobs and ↵Memphiz
bump to ndk r10d
2015-01-10[win32] update/cleanup build scripts for binary addonsmontellese
2014-11-20[jenkins] - refactor jenkins scripts to centralise the decision forMemphiz
rebuilding depends - add project/cmake dir as criterion
2014-11-17[jenkins/darwin] - ensure that audioencoder addons are not removed from tree ↵Memphiz
during cleanup (same like with pvr addons before) - fixed missing audioencoder addons in nightlies.
2014-11-05[jenkins] - when trying to determine the branchname of a detached head ↵Memphiz
revision - filter it so only branches from the currently built GITHUB_REPO are used (else we might pick the wrong branchname from another repo which was checked out before and contains the same revision)
2014-11-01cmake: rename XBMCROOT to APP_ROOT with backwards compatibilitymontellese
2014-11-01cmake: rebrand from xbmc to kodi with backwards compatibilitymontellese
2014-10-26[jenkins/android] - fixed wrong env_var checkMemphiz
2014-10-26[jenkins/android] - allow to build OBB package via jenkins env_varMemphiz
2014-10-26[jenkins/android] - enable usage of release sign keyMemphiz
2014-10-22[buildsteps] fix linux32 gtests invocation as wellwsnipex
2014-10-22[buildsteps] fix OSX gtests invocationwsnipex
2014-10-22[buildsteps] fix linux gtest invocationwsnipex
2014-10-19[rebrand/android] use dynamic application namewsnipex
2014-10-19[rebrand][jenkins] - make jenkins aware of the new xcode project nameMemphiz
2014-09-18Merge pull request #5314 from ronie/re-focusMartijn Kaijser
replace skin.touched with skin.re-touched
2014-09-16ffmpeg: adapt win32 dlls to major versions of 2.4Rainer Hochecker
2014-09-13[jenkins] - check if skin.touched exists before trying to remove it - fixes ↵Memphiz
build when depends have changed (and removed the dir during git clean phase)
2014-09-13[win32] rename %XBMC_PATH% from download deps to %APP_PATH%Martijn Kaijser
2014-08-28[win32/jenkins] - add parallel compile for pvr addons and use 1.5 * cpu ↵Memphiz
count for make
2014-08-26replace skin.touched with skin.re-touchedronie
2014-08-21[jenkins] - when cleaning the tree because of changed depends - ensure toMemphiz
also clean any git repositories that might have been checked out in depends - should fix building of android when depends change
2014-08-16[win32] rename and generalise packaging folders. also simplify NSIS ↵Martijn Kaijser
installer to match package folders
2014-08-14[jenkins] - change to workspace before trying to checkout the submodule - ↵Memphiz
might fix the latest jenkins issues
2014-08-12[win32] [jenkins] for win32 rm and init/fetch the touched skin submodule (as ↵Karlson2k
jenkins just fails to do it right)
2014-08-11[jenkins] - for ios, droid-arm, droid-x86 rm and init/fetch the touched skin ↵Memphiz
submodule (as jenkins just fails to do it right)
2014-08-02[win32] binary addons: integrate DEPENDS_TO_BUILD parametermontellese
2014-07-30[win32] cmake: make use of ADDONS_TO_BUILD in make-addons.batmontellese
2014-07-30[win32] cmake: move generation of xbmc-config.cmake into xbmc dependencymontellese
2014-07-30[win32] update path to cmake C/CXX flag override filesmontellese
2014-07-30[win32] cmake: integrated xbmc-addons-depends-windows into ↵montellese
xbmc-addons-depends buildsystem
2014-07-17[win32] extend make-addons.bat and make-addons.bat to be able to build ↵montellese
specific addons/depends
2014-07-17[win32] cosmetics in make-addons.bat and make-addon-depends.batmontellese
2014-07-17[win32] add an "install" switch to make-addons.bat to install built binary ↵montellese
addons to <root>/addons
2014-07-17[win32] extend ARCH_DEFINES for binary addon buildsmontellese
2014-07-17[win32] add cmake C/CXX compiler flag override filesmontellese
2014-07-12[win32] cmake: make sure to run Release buildsmontellese
2014-07-10[win32] add make-addon-depends.bat and cmake-based addon-depends systemmontellese
2014-07-10cmake: add xbmc-addons project, filled with audioencoder addonsmontellese
2014-06-30autogenerate xbmc version dependent fileswsnipex
2014-05-31[WIN32] fixed: call the vsvars32.bat from vs2013wsoltys
2014-05-18[darwin] fix building from user set prefix path. move XBMC_DEPENDS_ROOT to ↵S. Davilla
xconfig and set it during configure
2014-05-02[buildsteps] pass JSON_BUILDER to bootstrap on rbpiwsnipex
2014-04-28[jenkins] - enable-neon for androidRainer Hochecker
2014-04-27[depends] add --with-platform=raspberry-pi switchwsnipex
2014-04-27[WIN32] prepare mingw build files for jenkins.wsoltys