aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
AgeCommit message (Collapse)Author
2015-12-06rename dvdplayer to VideoPlayerRainer Hochecker
2015-11-07[jenkins] - evaluate new env var "BUILD_BINARY_ADDONS"Memphiz
2015-11-07[jenkins] - remove unused linux32 buildstepsMemphiz
2015-11-07[jenkins] - removed osx32 build supportMemphiz
2015-10-14[win32][binary addons] add output about the cleaned directoriesmontellese
2015-10-14[win32][binary addons] avoid relative paths in Batch filesmontellese
2015-10-14[win32][binary addons] bootstrap-addons.bat: fix typo in NULL instead of NULmontellese
2015-10-04[ios] - removed, atv2 support. time to make way for something new. hint, ↵S. Davilla
hint :) - backport from mrmc fork
2015-09-28[Android-x86] move symbols to the workspaceKib
2015-09-28[Android] move symbols to the workspaceKib
for upload to mirrors.
2015-09-04[win32] provide bootstrap-addons.bat to execute binary addons bootstrappingmontellese
2015-09-04remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵wsnipex
and waveform from tree
2015-08-01Merge pull request #7641 from Montellese/cmake_addons_packagingSascha Montellese
[binary addons] fix/support ZIP packaging
2015-07-29[win32] support "package" option in make-addons.batmontellese
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-07-24[binary addons] turn PACKAGE_ZIP into a proper cmake optionmontellese
2015-06-08Improve Win32 build/download scripts. This change adds support forRyan Saunders
a KODI_MIRROR environment variable which, if set, overrides the default mirror URL of http://mirrors.kodi.tv. In the event that a package download fails, DownloadBuildDeps.bat will now suggest that the user manually choose an alternate mirror and re-run. Also, this change improves the download scripts in several ways. get_formed.cmd now reports failed package downloads at the end, and DownloadBuildDeps.bat, DownloadMingwBuildEnv.bat and make-mingwlibs.bat all support being run from an arbitrary directory (e.g., c:\kodi> project\BuildDependencies\DownloadBuildDeps.bat).
2015-05-11[jenkins] - make building of binary addons verbose for getting more compelte ↵Memphiz
build output
2015-04-15[jenkins/win32] - enable webserver unit testsMemphiz
2015-03-30fixup: [breakpad;jenkins] save symbols tarballChris "Koying" Browet
2015-03-26Merge pull request #6815 from Memphiz/win32jenkinstestsMemphiz
[jenkins/tests] - add unit test support for win32 on jenkins
2015-03-25[jenkins] - prevent cleanout of native tools when pathChanged returns 1 in ↵Memphiz
make-native-depends (due to Configuration set to RELEASE)
2015-03-25[jenkins/tests/win32] -exclude webserver tests for win32 because each oneMemphiz
lasts 120 secs or so
2015-03-25[jenkins/win32] - add buildstep for building and running testsuiteMemphiz
2015-03-19paplayer: drop remaining codecs, only use ffmpegRainer Hochecker
2015-03-12[win32] binary addons: don't try to build unsupported addonsmontellese
2015-03-11Merge pull request #6678 from Memphiz/binaddons_dependsMemphiz
[depends/binaddons] - unify binary addons and add build result tracking
2015-03-11[depends/binaddons] - unify xbmc-pvr-addons and xbmc-audioencode-addons to ↵Memphiz
binary-addons
2015-03-10[win32] write successful|failed binary addon builds into ↵montellese
project/cmake/addons/(.success|.failure)
2015-03-10[win32] don't abort make-addons.bat if a binary addon fails to buildmontellese
2015-03-10[win32] allow make-addons.bat to be called with multiple binary addons as ↵montellese
arguments
2015-03-05[jenkins] ac3e91a89a63bcd5c1b892cdec7931a8067f0c68 for other platformsLars Op den Kamp
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-19[jenkins/addons] - fix error detection during addons buildMemphiz
2015-02-18cmake: add platform definitions for android, darwin, freebsd, ios, rbpi and ↵montellese
windows
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-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