mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-17 20:01:47 +02:00
The libretro core is broken after v106, we know it's broken, no need to test.
This commit is contained in:
@@ -69,17 +69,3 @@ bsnes-windows-x86_64-binaries:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bsnes-nightly/*
|
- bsnes-nightly/*
|
||||||
|
|
||||||
libretro-test:
|
|
||||||
script:
|
|
||||||
- apt-get update && apt-get -y install build-essential git
|
|
||||||
# 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
|
|
||||||
- mkdir libretro-nightly
|
|
||||||
- cp -a higan/out/higan_sfc_libretro.so libretro-nightly/
|
|
||||||
- cp -a GPLv3.txt libretro-nightly/
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- libretro-nightly/*
|
|
||||||
|
Reference in New Issue
Block a user