Commit Graph

3671 Commits

Author SHA1 Message Date
Twinaphex 1ee666b331
Merge pull request #593 from orbea/cd
libretro-buildbot-recipe.sh: Remove extra cd commands.
2017-11-14 07:37:58 +01:00
Twinaphex 29081cc55a
Merge pull request #594 from orbea/cut
libretro-buildbot-recipe.sh: Fix build script failures if the recipe …
2017-11-14 07:37:46 +01:00
orbea 0ce1996809 libretro-buildbot-recipe.sh: Fix build script failures if the recipe files have extra whitespaces.
Bash will swallow extra white spaces if a $variable is not quoted, but if it
is quoted than cut will trip on the extra white space in the "$variable".

This change works around the use of cut and thus avoids this issue altogether.
2017-11-13 18:16:13 -08:00
orbea 196b4b0d9d libretro-buildbot-recipe.sh: Remove extra cd commands.
Silences the following error from trying to cd to a directory that is already the $PWD.

./libretro-buildbot-recipe.sh: line 329: cd: libretro-fceumm/.: No such file or directory
2017-11-13 14:22:23 -08:00
Francisco José García García bc8cfe7129
Create retroarch.zip for vita 2017-11-13 21:06:40 +01:00
Twinaphex 0e6e666d59
Merge pull request #591 from orbea/ra
libretro-buildbot-recipe.sh: return 0 if $RECIPE.ra does not exist.
2017-11-13 19:10:47 +01:00
orbea f8e5eba8eb libretro-buildbot-recipe.sh: return 0 if $RECIPE.ra does not exist.
Silences the following error.

./libretro-buildbot-recipe.sh: line 918: recipes/linux/cores-linux-x64-generic.ra: No such file or directory
2017-11-13 09:34:22 -08:00
Twinaphex 4725be8599
Merge pull request #590 from orbea/BOT
libretro-buildbot-recipe.sh: Set $BOT to . by default.
2017-11-13 18:10:47 +01:00
orbea 00a8c85b95 libretro-buildbot-recipe.sh: Set $BOT to . by default. 2017-11-13 09:02:39 -08:00
Twinaphex be98fb91d8
Merge pull request #589 from orbea/line
libretro-buildbot-recipe.sh: Don't export empty variables.
2017-11-13 17:27:27 +01:00
orbea aa31fb2771 libretro-buildbot-recipe.sh: Don't export empty variables.
Silences the following error if the read file contains a blank line.

./libretro-buildbot-recipe.sh: line 31: export: `=': not a valid identifier
2017-11-13 08:25:21 -08:00
Twinaphex 7ce8a5d982
Merge pull request #588 from orbea/vars
libretro-buildbot-recipe.sh: Don't error if /vars does not exist.
2017-11-13 17:19:58 +01:00
orbea 517840f944 libretro-buildbot-recipe.sh: Don't error if /vars does not exist. 2017-11-13 07:49:49 -08:00
Brad Parker fe3bb8f1bf remove double spaces 2017-11-13 00:03:57 -05:00
Twinaphex 32c815f17d
Merge pull request #586 from RobLoach/patch-30
Update ChaiLove .info file for 0.7.0
2017-11-13 05:34:39 +01:00
Brad Parker 7741f698b9 spell fceumm correctly 2017-11-12 22:44:17 -05:00
Twinaphex 9c2c9cf926
Merge pull request #587 from orbea/exit
libretro-buildbot-recipe.sh: Exit early if there is no recipe target
2017-11-13 04:36:26 +01:00
orbea 04320f9d84 libretro-buildbot-recipe.sh: Exit early if no recipe target is passed to the script. 2017-11-12 16:43:45 -08:00
Rob Loach 9289de756e
Update ChaiLove .info file for 0.7.0 2017-11-12 16:44:47 -05:00
Twinaphex 249b70e5f7
Merge pull request #585 from orbea/tmpdir
libretro-buildbot-recipe.sh: Make sure $TMPDIR exists and is set.
2017-11-12 15:26:40 +01:00
orbea 6e10171b67 libretro-buildbot-recipe.sh: Make sure $TMPDIR exists and is set. 2017-11-12 06:04:51 -08:00
Twinaphex 7082fa633c
Merge pull request #584 from orbea/cleanup
Cleanup
2017-11-12 05:17:30 +01:00
orbea 0e4bd6062f libretro-buildbot-recipe.sh: Remove more redundant code. 2017-11-11 16:23:04 -08:00
orbea b03626e4c5 libretro-buildbot-recipe.sh: Further clean up of redundant code. 2017-11-11 07:38:16 -08:00
Twinaphex 0372f12f4d
Merge pull request #583 from orbea/cleanup
libretro-buildbot-recipe.sh: Improve $CLEANUP = YES
2017-11-11 05:55:09 +01:00
orbea 1bb64f2193 libretro-buildbot-recipe.sh: Improve $CLEANUP = YES 2017-11-10 18:23:23 -08:00
Twinaphex ba793239ce
Merge pull request #582 from orbea/cleanup
Cleanup
2017-11-10 17:00:18 +01:00
orbea 0663571f2f libretro-buildbot-recipe.sh: Remove nested conditional. 2017-11-10 07:32:55 -08:00
orbea a00e38e69b libretro-buildbot-recipe.sh: Clean up more redundant code. 2017-11-10 07:32:55 -08:00
Twinaphex 047f3a384d
Merge pull request #581 from orbea/typo
libretro-buildbot-recipe.sh: Fix typo.
2017-11-10 13:58:12 +01:00
orbea 9cc72413b1 libretro-buildbot-recipe.sh: Fix typo. 2017-11-10 01:04:30 -08:00
Twinaphex 32763dad5e
Merge pull request #579 from orbea/cleanup
libretro-buildbot-recipe.sh: Clean up some redundant code.
2017-11-07 01:17:50 +01:00
orbea d1b8222568 Clean up this conditional. 2017-11-06 15:21:13 -08:00
orbea 53e165b8dd libretro-buildbot-recipe.sh: Clean up some redundant code. 2017-11-06 15:02:49 -08:00
Brad Parker 6c3590cad3 travis: force building when using existing cloned repo 2017-11-02 19:15:28 -04:00
Twinaphex 99e4bddc45
Merge pull request #575 from RobLoach/patch-27
Add ChaiLove to OSX
2017-11-02 01:53:44 +01:00
Brad Parker 638f3bf796 quote arguments to message handler to prevent out of order parameters when undefined 2017-11-01 04:07:48 +00:00
Brad Parker 8208261c70 android: remove ABI from core name in message handler 2017-10-31 23:50:26 -04:00
Brad Parker cd45d6c54e travis: remove destination build dir in case it already exists 2017-10-31 18:14:33 -04:00
Brad Parker b2762b9151 travis: move build dir to where libretro-super would clone the repo, fixes building of PRs instead of upstream master 2017-10-31 18:09:39 -04:00
Brad Parker 7e0ef02ddd use new option to specify single core 2017-10-31 18:02:16 -04:00
bparker06 5b4345193c
Merge pull request #576 from RobLoach/patch-28
Fix ChaiLove .info file name
2017-10-31 12:47:16 -04:00
twinaphex 38250eae60 Remove 81 for now - breaks PS3 build 2017-10-31 06:21:28 +01:00
twinaphex b035159175 Remove np2kai for PS3 builds 2017-10-31 06:20:30 +01:00
Brad Parker 991f4001fa allow running bot script for only a single core 2017-10-30 21:16:58 -07:00
Rob Loach 76d1e413db
Fix info file name for ChaiLove
This fixes the ChaiLove info file name to match the core name. Missed that before. Also updates the version number.
2017-10-30 13:57:21 -04:00
Andrés 6345bf7d76
Merge pull request #574 from RobLoach/chailove-endline
Fix line endings and repository URL
2017-10-30 01:07:56 -05:00
Rob Loach cb8f965367
Add ChaiLove to OSX
This adds ChaiLove compilation to OSX x64.
2017-10-30 01:45:06 -04:00
Rob Loach c0055f2cec
Fix line endings and repository URL 2017-10-30 01:42:30 -04:00
Andrés 137d05e579
Merge pull request #573 from RobLoach/chailove-submodules
Fix ChaiLove git submodules
2017-10-30 00:34:59 -05:00