aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/defaultenv
AgeCommit message (Collapse)Author
2016-04-02[jenkins/android] - fixed hashcalculation now that TOOLCHAIN_X86 is goneMemphiz
2016-02-26[android] bump to NDK 10eMartijn Kaijser
2016-01-10[ios/jenkins] - add arm64 supportMemphiz
2015-11-07[jenkins] - removed osx32 build supportMemphiz
2015-10-04[ios] - removed, atv2 support. time to make way for something new. hint, ↵S. Davilla
hint :) - backport from mrmc fork
2015-07-28[jenkins] - ensure that only the path workspace/addons is excluded from the ↵Memphiz
clean - before it excluded workspace/xbmc/addons aswell which left the stale addons.a file around
2015-03-11[depends/binaddons] - unify xbmc-pvr-addons and xbmc-audioencode-addons to ↵Memphiz
binary-addons
2015-03-05[jenkins] - make binary addon compilation error non-fatal for jenkinsMemphiz
2015-03-01Merge pull request #6447 from MartijnKaijser/bump_sdkMartijn Kaijser
[android] bump SDK to 17
2015-02-17[jenkins] - refactor jenkins buildsteps for allowing seperate binary addons ↵Memphiz
building
2015-02-15[android] bump SDK to 17Martijn Kaijser
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
2014-11-20[jenkins] - refactor jenkins scripts to centralise the decision forMemphiz
rebuilding depends - add project/cmake dir as criterion
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-04-27[depends] add --with-platform=raspberry-pi switchwsnipex
2013-11-14[jenkins] - add buildsteps for raspberry piMemphiz
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-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 ... ;)
2013-08-05[jenkins] - use a new method to determine the branch name by ignoring the pr ↵Memphiz
ref_spec - thx to theuni for figuring that out
2013-08-05[jenkins] - when determining the branch name - ignore the fetched pull requestsMemphiz
2013-05-02[jenkins] - only explicitly set the android sdk version if its not set to ↵Memphiz
"Default" (in which case configure uses the prefered version)
2013-05-02[jenkins] - add a sane Default "configuration" for linux builds (Debug like ↵Memphiz
for other platforms too)
2013-05-02[jenkins] - obey the TARBALLS env variable for android buildsMemphiz
2013-05-02[jenkins] - fix comparison with empty stringsMemphiz
2013-04-29[jenkins] - add buildsteps for linux32Memphis
2013-04-01[jenkins] - bump ios/atv2 builds to default to ios sdk 4.3 which comes with ↵Memphiz
xcode 3.2.6 which is the minimum required version as of our own readme
2013-03-27[jenkins] - add the branchname to the package namesMemphiz
2013-03-26[jenkins] - welcome jenkins support for osx/ios/atv2/android to mainline :o) ↵Memphiz
- add buildsteps for usage with jenkins