aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
AgeCommit message (Collapse)Author
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
2014-02-12[jenkins] - add gtest buildstep for jenkins (osx32, osx64m linux32, linux64)Memphiz
2014-01-10[WIN32] remove build_setup directory before the first git command to avoid ↵WiSo
problems with possible .git files.
2014-01-05[WIN32] git clean directories as well but keep our downloaded dependswsoltys
2013-11-17fix missing slash in aaba8763f053826ff29a7840c2447391fd9dc137Martijn Kaijser
2013-11-14[jenkins] - add buildsteps for raspberry piMemphiz
2013-11-14[jenkins] - use the common tarballs dir for linux32, and linux64 buildsMemphiz
2013-10-25[ios/atv2/jenkins] - lower default iOS SDK from 4.3 to 4.2 - there is a flaw ↵Memphiz
in 4.3 (mismatch between runtime and headers) which leads to crashing on iOS < 4.3 when using mysql or smb. Gotham will be the last version with 4.2 SDK - and so iOS 4.2 support.
2013-10-12[jenkins/buildsteps] - add scripts for android x86Memphiz
2013-09-17[buildsteps] there is no package on linux64 buildwsnipex
2013-09-17[buildsteps] if multithreaded building fails on linux, rerun make ↵wsnipex
singlethreaded once more
2013-09-17[buildsteps] fix linux64 buildwsnipex
2013-08-22[jenkins] - fixed approach for detecting the current branch once and for all ↵Memphiz
(works for attached and detached heads and also for pull requests)
2013-08-12Revert "[jenkins] - use a new method to determine the branch name by ↵Memphiz
ignoring the pr ref_spec - thx to theuni for figuring that out" This reverts commit afb5a6998c0c0a191e88ae53671df79fc00d55b2. It resulted in "undefined" branch name. Stick with the old method until someone decides its not working for all cases. Sry TheUni - but theory proved wrong ... ;)