mirror of https://github.com/bsnes-emu/bsnes.git
Make sure the libretro core builds with the accuracy profile.
This commit is contained in:
parent
73354923eb
commit
8c337d4ac6
|
@ -72,7 +72,7 @@ libretro-test:
|
|||
# git refuses to even attempt a merge if you haven't told it who you are,
|
||||
# even if you use --no-commit. *sigh*
|
||||
- EMAIL=fake-email@example.com git merge origin/libretro
|
||||
- make -C higan binary=library target=libretro
|
||||
- make -C higan binary=library target=libretro profile=accuracy
|
||||
- mkdir libretro-nightly
|
||||
- cp -a higan/out/higan_sfc_libretro.so libretro-nightly/
|
||||
- cp -a GPLv3.txt libretro-nightly/
|
||||
|
|
Loading…
Reference in New Issue