orbea
c2275b79f8
libretro-buildbot-recipe.sh: Always use the branch in the recipe file.
...
If the checked out branch does not match the branch name in the recipe
file the script will now make a shallow fetch of the correct branch,
checkout the new branch and then remove the old one. If this is done it
will also build a core with the new branch.
2017-12-03 12:58:22 -08:00
Andrés
e99abc600f
Merge pull request #630 from orbea/gitclean
...
libretro-buildbot-recipe.sh: Make sure the $PWD is not the $BASE_DIR before cleaning.
2017-12-02 19:19:57 -05:00
orbea
63b26eee74
libretro-buildbot-recipe.sh: Make sure the $PWD is $BASE_DIR/$DIR/$SUBDIR before cleaning.
2017-12-02 16:14:05 -08:00
Andrés
b41369c83a
Update cores-android-jni
2017-12-02 18:24:46 -05:00
Andrés
baed499105
Update libretro-buildbot-recipe.sh
2017-12-02 17:38:12 -05:00
Twinaphex
a5bb62160d
Merge pull request #627 from orbea/duplicates
...
recipes: Remove duplicate recipes.
2017-12-02 12:24:38 +01:00
orbea
b3f18d4c86
recipes: Remove duplicate recipes.
2017-12-02 03:17:35 -08:00
Twinaphex
00b3617655
Merge pull request #626 from orbea/bsnes-cpp98
...
libretro-buildbot-recipe.sh: Use the generic command for bsnes_cplusplus98.
2017-12-02 11:27:29 +01:00
orbea
3ad6eee742
libretro-buildbot-recipe.sh: Use the generic command for bsnes_cplusplus98.
2017-12-02 02:16:49 -08:00
Twinaphex
12d2e247fc
Merge pull request #625 from orbea/retrolink
...
retrolink.sh: Silent shellcheck warnings.
2017-12-02 07:51:11 +01:00
orbea
2f96177c33
retrolink.sh: Silence shellcheck warnings.
...
Line 6:
start=$(readelf -V $1 | grep -A1 .gnu.version_r | tail -n1 | cut -d' ' -f6)
^-- SC2086: Double quote to prevent globbing and word splitting.
Line 7:
pos=$(readelf -V $1 | grep 'Flags: none' | cut -d' ' -f3 | sed 's/://')
^-- SC2086: Double quote to prevent globbing and word splitting.
Line 9:
printf '\x02' | dd if=/dev/stdin of=$1 seek=$(($start+$pos+4)) count=1 bs=1 conv=notrunc 2> /dev/null
^-- SC2086: Double quote to prevent globbing and word splitting.
^-- SC2004: $/${} is unnecessary on arithmetic variables.
^-- SC2004: $/${} is unnecessary on arithmetic variables.
2017-12-01 22:50:17 -08:00
Twinaphex
946b96d5ec
Merge pull request #624 from orbea/higan
...
libretro-buildbot-recipe.sh: Build higan and nSide in the generic make function.
2017-12-02 05:52:45 +01:00
orbea
5b9cb80e8f
libretro-buildbot-recipe.sh: Build higan and nSide in the generic make function.
2017-12-01 16:28:06 -08:00
Twinaphex
d68aabe580
Merge pull request #622 from orbea/git
...
libretro-buildbot-recipe.sh: Check if the HEAD commit is new or not.
2017-11-30 08:59:15 +01:00
Andrés
0fffab8e89
Merge pull request #623 from orbea/clean
...
libretro-buildbot-recipe.sh: Clean cores after building them.
2017-11-29 21:41:46 -05:00
orbea
813fcd42cc
libretro-buildbot-recipe.sh: Clean cores after building them.
2017-11-29 18:20:33 -08:00
orbea
e3a38f76e1
libretro-buildbot-recipe.sh: Check if the HEAD commit is new or not.
...
Newer git versions now report 'Already up to date.' instead of 'Already up-to-date' so we need a more robust solution.
2017-11-29 17:45:47 -08:00
Andrés
2f56bbc8c7
Merge pull request #542 from alondero/patch-1
...
[Redream] Correct firmware file names listed
2017-11-28 21:06:38 -05:00
Andrés
6c20bf7cbb
Merge pull request #621 from orbea/nside
...
recipes: Fix nSide recipes
2017-11-28 20:48:42 -05:00
orbea
cfe5a4c0cc
recipes: Fix nSide recipes
2017-11-28 17:42:59 -08:00
Andrés
7c28b332ed
Update cores-windows-x64_seh-generic
2017-11-28 20:31:23 -05:00
Twinaphex
98030ace93
Merge pull request #617 from orbea/bsnes
...
recipes: Remove extra bsnes recipe.
2017-11-27 07:35:50 +01:00
Twinaphex
121bcc6ff1
Merge pull request #618 from orbea/nside
...
Add higan_sfc_balanced_libretro.info for the nSide core.
2017-11-27 07:35:36 +01:00
Twinaphex
932f9f20c0
Merge pull request #619 from RobLoach/patch-30
...
Fix ChaiLove database building
2017-11-27 07:26:26 +01:00
Rob Loach
c15525ace8
Fix ChaiLove database building
2017-11-27 01:12:46 -05:00
orbea
20dd7b4f3e
Add higan_sfc_balanced_libretro.info for the nSide core.
2017-11-26 19:39:11 -08:00
orbea
230c2da475
recipes: Remove extra bsnes recipe.
2017-11-26 17:57:00 -08:00
radius
9601119d46
sort alphabetically
2017-11-26 15:40:50 -05:00
radius
423f670f6f
readd bnes
2017-11-26 15:27:11 -05:00
radius
25c0d0ee54
add nside core, sort and cleanup
2017-11-26 15:24:08 -05:00
Andrés
0c75419a99
Update cores-windows-x64_seh-generic
2017-11-26 14:50:41 -05:00
Twinaphex
b94d50e437
Merge pull request #616 from orbea/submodule
...
libretro-buildbot-recipe.sh: Remove dead submodule code for RetroArch.
2017-11-25 19:37:29 +01:00
Andrés
a0c6c70eb8
Update wiiu
2017-11-25 12:32:48 -05:00
orbea
75a4ad7c1a
libretro-buildbot-recipe.sh: Remove dead submodule code for RetroArch.
2017-11-25 08:19:11 -08:00
Twinaphex
8f84516ac6
Merge pull request #615 from orbea/ra
...
recipes: Clone the glsl shaders for RetroArch on linux.
2017-11-25 06:23:10 +01:00
orbea
bbda8825a2
recipes: Clone the glsl shaders for RetroArch on linux.
2017-11-24 14:27:29 -08:00
Andrés
ec2f64b4e5
Merge pull request #614 from orbea/logs
...
libretro-buildbot-recipe.sh: Fix android logs.
2017-11-23 19:37:17 -05:00
orbea
131f531274
libretro-buildbot-recipe.sh: Fix android logs.
2017-11-23 16:35:52 -08:00
Twinaphex
77bdd880cf
Merge pull request #612 from orbea/cmake
...
libretro-buildbot-recipe.sh: Fix passing Makefile Generators to cmake.
2017-11-22 14:02:02 +01:00
Twinaphex
69ee05f917
Merge pull request #611 from orbea/cleanup
...
Cleanup
2017-11-22 14:01:55 +01:00
orbea
bf44dd182f
libretro-buildbot-recipe.sh: Fix passing Makefile Generators to cmake.
...
Fixes https://github.com/libretro/libretro-super/issues/610
2017-11-21 20:36:14 -08:00
orbea
bcea3d20f8
libretro-buildbot-recipe.sh: Use $LOGFILE for the RetroArch logfile.
2017-11-21 20:05:30 -08:00
Andrés
669b97ade7
Update libretro-buildbot-recipe.sh
2017-11-20 20:26:06 -05:00
Twinaphex
f1520a8d69
Merge pull request #606 from orbea/redream
...
Revert "Revert "recipes: Fix Redream recipes.""
2017-11-20 15:27:07 +01:00
Twinaphex
46876313d5
Merge pull request #607 from orbea/bnes
...
Add bnes to the linux recipe files.
2017-11-20 11:57:41 +01:00
Twinaphex
68837f9de4
Merge pull request #608 from orbea/recipe
...
recipes: Update recipe.info
2017-11-20 11:55:50 +01:00
orbea
82446a6279
recipes: Update recipe.info
2017-11-19 23:01:56 -08:00
orbea
892dfdd7b3
libretro-buildbot-recipe.sh: Remove dead code for bnes-libretro.
...
bnes-libretro can and should use the build_libretro_generic_makefile function.
2017-11-19 22:28:36 -08:00
orbea
69cfdf71f0
recipes: Add bnes-libretro to linux recipe files.
2017-11-19 22:28:36 -08:00
Twinaphex
3979b325d3
Merge pull request #580 from bkoropoff/mame-member
...
MAME/FBA archive member matching support
2017-11-19 23:58:59 +01:00