Commit Graph

19 Commits

Author SHA1 Message Date
Vladimir Serbinenko
aa560bb8fe Fix psl1ght support 2020-05-04 11:46:23 +02:00
Francisco Javier Trujillo Mata
ff77770b3f Create the build for the PS2 2018-12-30 17:12:28 +01:00
Nathan Strong
9ce305940b Add a safety check to retroarch-release.sh
== DETAILS
After running this script and inadvertently nuking my fork, I've
added a safety check so that it doesn't happen to anyone else.

Change summary:
- update the .gitignore to ignore wiiu artifacts and Mac OSX junk files
- add two command-line parameters to `retroarch-release.sh`:

  * `--clean` will execute the legacy behavior of deleting and re-
    cloning `libretro/RetroArch`
  * `--force` will execute the release script using the current
    state of `retroarch/` without re-cloning, although it will still
    do a `git pull` and fetch submodules.

  If neither argument is provided, then the script fails with
  instructions if it detects that the `retroarch/` directory already
  exists.
2018-10-12 15:26:08 -07:00
orbea
61c17c6ece libretro-buildbot-recipe.sh: Fix constant rebuilds for some cores.
A few cores built with the LEIRADEL command had an issue where a
hack used to build certain cores broke and caused them to be built
every time the buildbot encountered the recipe.

To fix this the build_libretro_leiradel_makefile function was removed
and incorporated into the build_libretro_generic_makefile function.
This allowed the script to easily use new logic to build multiple cores
with one recipe which entirely avoids the need for the broken hack.
2018-01-15 16:32:59 -08:00
Rob Loach
56b1d3f8c2 Simplify the .gitignore rules
This ignores all /libretro core folders, without having to manually update it when we add new ones.
2017-07-14 19:40:19 -04:00
Brad Parker
eee2f1f078 add citra cmake build support for windows 2017-06-15 14:22:34 +01:00
Rob Loach
64780c1135 Update set of libretro cores in .gitignore
Adds all mame cores, pocketsnes, and reicast.
2016-01-16 17:57:00 -05:00
athairus
8ece72afcf Added current set of cores to .gitignore, ignore dist folders for other desktop OSes 2015-10-28 16:48:05 -04:00
Rob Loach
01369cd581 Add a Makefile 2015-04-30 14:47:57 -04:00
T. Joseph Carter
c2ba909533 Add log dir to .gitignore 2015-03-27 16:56:23 -07:00
T. Joseph Carter
6855c57f2c Updated .gitignore for libretro-mgba 2015-03-27 16:55:37 -07:00
T. Joseph Carter
470a1c9d60 Updated .gitignore 2015-03-23 01:06:12 -07:00
T. Joseph Carter
28472bfce7 Updated .gitignore 2015-03-10 02:45:18 -07:00
hokata
8f288ce717 add dist/unix 2015-03-05 21:22:44 +01:00
T. Joseph Carter
d9cd94cd5f SOME color in the scripts, can be disabled in libretro-config{,-user}.sh 2015-03-03 00:13:02 -08:00
T. Joseph Carter
6b703d4284 This ought to get PS3, PSP1, and QNX building 2015-02-21 11:38:52 -08:00
T. Joseph Carter
498bc87f9a Try to make whitespace consistently 3 space tabs in shell scripts, also use env for bash 2015-02-16 19:22:50 -08:00
T. Joseph Carter
ec5ebfbf20 Updated .gitignore 2015-02-06 05:25:47 -08:00
T. Joseph Carter
c175c6ae9f Use .gitignore to make "git status" more useful 2015-01-31 12:56:25 -08:00