aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
AgeCommit message (Collapse)Author
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 ... ;)
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-06-13[jenkins] - disable the need of signing for ios/atv2 on jenkinsMemphiz
2013-06-07[buildsteps] add debian packagingwsnipex
2013-05-27[jenkins] adjust build steps to point to iOS and ATV2 Target for using the ↵Stephan Diederich
new merged xcode project
2013-05-20[WIN32] fixed: delete vs created stuff as well on prepare-envwsoltys
2013-05-07[jenkins] - our minimum deployment target for ios is 4.2 not 4.1Memphiz
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] - use i686 toolchain for 32bit linux builds by defaultMemphiz
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-15[ffmpeg] fix shared library versionswsnipex
2013-04-06added jenkins make files for mingw libsWiSo
2013-04-01[WIN32] fixed wrong label. thanks garbearWiSo
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-31[WIN32] added make-xbmc.bat to just build debug or release builds with jenkins.Gotham_alpha2WiSo
2013-03-31[WIN32] fixed: depends also need XBMC_PATH setWiSo
2013-03-31[WIN32] added download-depends.bat and download-msys.bat to the jenkins ↵WiSo
build scripts.
2013-03-29[WIN32] added a prepare-env script for jenkins to clean the environment a ↵wsoltys
little but keep the build deps.
2013-03-28[jenkins] - don't clean the pvr addons in first place - when skipping ↵Memphiz
depends build they wouldn't get reinstalled and we would ship without them
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