aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/osx64
AgeCommit message (Collapse)Author
2016-12-21[autotools/buildsteps/depends] Update pathsh.udo
2016-10-20[jenkins/buildsteps] disable debug in depends in Release buildswsnipex
2016-10-07[cmake/jenkins] Build with CMakeChristian Fetzer
Removes the possibility to build with legacy build systems on jenkins.
2016-05-19[cmake/ios] PackagingChristian Fetzer
2016-05-04[jenkins/cmake] Adapt addon installationChristian Fetzer
CMake builds out of tree, hence we need to install the addons to build/addons so that they can be packaged together. Since they are built before Kodi, don't fail the build when the build directory exists.
2016-05-04[cmake/osx] OSX packagingChristian Fetzer
2016-03-06[jenkins] Temporarily disable packaging for CMakeChristian Fetzer
Packaging is currently not supported when building with CMake.
2016-03-06[jenkins] Optionally build with CMakeChristian Fetzer
- Add CMAKE_BUILD variable that defines if CMake should be used to build the main application. - Use variable to build with CMake (GNU Makefile Generator) on supported platforms: android, ios, osx, linux, rbpi.
2015-11-07[jenkins] - evaluate new env var "BUILD_BINARY_ADDONS"Memphiz
2015-05-11[jenkins] - make building of binary addons verbose for getting more compelte ↵Memphiz
build output
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-05[jenkins] ac3e91a89a63bcd5c1b892cdec7931a8067f0c68 for other platformsLars Op den Kamp
2015-02-19[jenkins/addons] - fix error detection during addons buildMemphiz
2015-02-17[jenkins] - refactor jenkins buildsteps for allowing seperate binary addons ↵Memphiz
building
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-10-22[buildsteps] fix OSX gtests invocationwsnipex
2014-10-19[rebrand][jenkins] - make jenkins aware of the new xcode project nameMemphiz
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-06-30autogenerate xbmc version dependent fileswsnipex
2014-02-12[jenkins] - add gtest buildstep for jenkins (osx32, osx64m linux32, linux64)Memphiz
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-26[jenkins] - welcome jenkins support for osx/ios/atv2/android to mainline :o) ↵Memphiz
- add buildsteps for usage with jenkins