Commit Graph

712 Commits

Author SHA1 Message Date
Twinaphex da5244a742
Revert "Android updates" 2019-06-27 08:26:53 +02:00
Aaron Kling 3a249e8be0 Clean up cmake path and add android cmake function
The android cmake function allows multiple ABIs to be built from
a single recipe, cutting down on redundancy.
2019-06-26 10:38:08 -05:00
Aaron Kling 1be009ad09 Build retroarch android with gradle
The gradle script builds variants separately, but inline
2019-06-26 10:38:08 -05:00
jdgleaver 97301cfc92 Add RGUI custom theme assets to Wii buildbot recipe 2019-06-12 10:26:44 +01:00
jdgleaver ee7d0334fe (Wii) Improve release packaging 2019-05-23 12:15:19 +01:00
twinaphex e17aa7990b Set export LC_ALL="C" - we don't need Unicode support and it seems
to speed things up
2019-05-12 00:43:09 +02:00
twinaphex dbd4b3b45c libretro-buildbot-recipe.sh - optimizations 2019-05-11 19:41:23 +02:00
twinaphex 1cd0473986 Always run git reset --hard before version increment 2019-05-06 04:39:05 +02:00
twinaphex 6716a8a89c Add ozone assets dir for Android 2019-05-06 02:09:19 +02:00
twinaphex fac29da77a (Windows) Generate qt.conf on the fly 2019-05-05 16:11:01 +02:00
twinaphex 090a9358d2 (Android) Add extra asset dirs 2019-05-05 15:28:54 +02:00
orbea fb910708bc libretro-buildbot-recipe.sh: Switch repos for new urls.
If the current remote url is different from the new url in the recipe
it will now remove the old repo and clone the new url before building.
2019-04-30 21:33:18 -07:00
orbea c95175035e libretro-buildbot-recipe.sh: Minor cleanup. 2019-04-17 09:04:13 -07:00
jdgleaver 837166614e Add RGUI custom theme assets to 3DS buildbot reciepe 2019-04-05 12:26:11 +01:00
Brad Parker 708b9e356a android: bump to api level 26 2019-03-13 18:27:42 -04:00
Brad Parker c5e3537729 log: show last known good build date/time when a build fails 2019-01-20 14:25:25 -05:00
Twinaphex e30e6271c0
Merge pull request #932 from orbea/metal
Fix error code with xcodebuild.
2019-01-17 03:42:44 +01:00
orbea 4bb3568d57 Fix error code with xcodebuild. 2019-01-10 23:25:21 -08:00
orbea d039553506 Don't clone assets for RetroArch travis builds. 2019-01-10 23:20:59 -08:00
Twinaphex aff1731a44
Merge pull request #921 from fjtrujy/master
Buildbot: PS2 generation
2018-12-31 20:41:38 +01:00
radius 30df9ba540 add drmingw to mingw builds 2018-12-30 12:19:03 -05:00
Francisco Javier Trujillo Mata 2040e12d6c Add PS2 platfrom into the libretro-buildbot-recipe 2018-12-30 17:22:10 +01:00
Brad Parker 53c1e687a0 osx: rename Metal Qt build target 2018-10-06 12:26:35 -04:00
radius bd8a306760 update switch package 2018-09-29 13:34:27 -05:00
radius 38c34f1c5d update switch package 2018-09-29 13:27:31 -05:00
radius 7d19202a6d update switch package 2018-09-29 13:22:46 -05:00
radius d9ffd8358b update switch package 2018-09-29 13:18:01 -05:00
radius 809f167922 update switch package 2018-09-29 13:16:55 -05:00
radius bab47ca447 update switch package 2018-09-29 13:09:52 -05:00
radius 33fe482092 update switch package 2018-09-29 13:07:25 -05:00
radius 1f58c1a304 update switch package 2018-09-29 13:03:09 -05:00
M4xw e40c1cc228 [LIBNX] Add buildbot recipe 2018-09-28 02:16:38 +02:00
bparker06 b8116535fc
osx: Add option to build Qt on Metal build 2018-09-08 11:49:44 -04:00
Brad Parker 959972dbb7 Metal: skip Cg 2018-09-03 09:37:29 -04:00
Brad Parker 7ec3a485d6 travis: add Metal RA build 2018-09-03 09:06:39 -04:00
Brad Parker f65c940d9c android: use phoenix64 directory for aarch64 2018-08-17 20:39:58 -04:00
radius e34c952156 update armhfneon recipes 2018-08-15 00:21:08 -05:00
bparker06 383f18fd7c
A7 not A8 2018-07-27 21:56:42 -04:00
radius 7c1942c89e try to correct the flags 2018-07-27 20:52:59 -05:00
orbea 26ede46a32 libretro-buildbot-recipe.sh: Clean up. 2018-07-21 07:22:01 -07:00
aliaspider a67c3dff1d windows: fix dolphin recipe. 2018-07-21 05:47:58 +01:00
aliaspider fcadda9e8e fix for msvc/cmake builds. (#846) 2018-07-20 23:21:26 -04:00
aliaspider 9466dcfa1f better handling of msvc+cmake recipes. 2018-07-20 23:16:34 +01:00
Twinaphex 4558c45d6c
Merge pull request #832 from orbea/sc
libretro-buildbot-recipe.sh: Silence shellcheck warnings.
2018-07-09 03:48:14 +02:00
orbea f991f809ca libretro-buildbot-recipe.sh: Remove old .libretro-core-recipe files.
This is probably not needed, but it is probably safer to make sure the
old files are removed instead of watching the core rebuild endlessly
when its not.
2018-07-04 08:41:25 -07:00
orbea 1fcc65d958 libretro-buildbot-recipe.sh: Silence shellcheck warnings.
In libretro-buildbot-recipe.sh line 148:
	if [ -z "${HELPER} ${MAKE}" ]; then
                          ^-- SC2157: Argument to -z is always false due to literal strings.

In libretro-buildbot-recipe.sh line 348:
				echo "CLEANUP CMD: $@" 2>&1 | tee -a "$LOGFILE"
                                                   ^-- SC2145: Argument mixes string and array. Use * or separate argument.

In libretro-buildbot-recipe.sh line 352:
				echo "CLEANUP CMD: $@" 2>&1 | tee -a "$LOGFILE"
                                                   ^-- SC2145: Argument mixes string and array. Use * or separate argument.

In libretro-buildbot-recipe.sh line 372:
			echo "BUILD CMD: ${CMAKE} $@" 2>&1 | tee -a "$LOGFILE"
                                                  ^-- SC2145: Argument mixes string and array. Use * or separate argument.

In libretro-buildbot-recipe.sh line 380:
			echo "BUILD CMD: $@" 2>&1 | tee -a "$LOGFILE"
                                         ^-- SC2145: Argument mixes string and array. Use * or separate argument.

In libretro-buildbot-recipe.sh line 388:
			echo "BUILD CMD: $@" 2>&1 | tee -a "$LOGFILE"
                                         ^-- SC2145: Argument mixes string and array. Use * or separate argument.

In libretro-buildbot-recipe.sh line 480:
		echo "BUILD CMD: $@" 2>&1 | tee -a "$LOGFILE"
                                 ^-- SC2145: Argument mixes string and array. Use * or separate argument.

In libretro-buildbot-recipe.sh line 626:
	if git config --file "$DIR/.gitmodules" --name-only --get-regexp path 2>&1 >/dev/null; then
                                                                              ^-- SC2069: The order of the 2>&1 and the redirect matters. The 2>&1 has to be last.

In libretro-buildbot-recipe.sh line 1018:
		if [ -n ${CUSTOM_BUILD} ]; then
                        ^-- SC2070: -n doesn't work with unquoted arguments. Quote or use [[ ]].

In libretro-buildbot-recipe.sh line 1045:
			if [ -n ${CUSTOM_BUILD_DEBUG} ]; then
                                ^-- SC2070: -n doesn't work with unquoted arguments. Quote or use [[ ]].
2018-07-04 06:59:17 -07:00
meepingsnesroms b181c4ef69 Update 3ds build system to match cores 2018-05-19 19:06:55 -07:00
Brad Parker 279a574548 revert "(MSYS2) Manually copy qwindows.dll from the Qt installation directory" as this is already done by the line right below it 2018-05-01 07:49:42 -04:00
rz5 d023654e69
(MSYS2) Manually copy qwindows.dll from the Qt installation directory
This has not been tested.
2018-05-01 12:14:13 +01:00
Brad Parker 9e31b1fab5 windows: copy extra dependencies needed for Qt image formats 2018-04-30 22:34:27 -07:00