mirror of https://github.com/bsnes-emu/bsnes.git
The libretro core is broken after v106, we know it's broken, no need to test.
This commit is contained in:
parent
41eccf6ec4
commit
075f540ec4
|
@ -69,17 +69,3 @@ bsnes-windows-x86_64-binaries:
|
|||
artifacts:
|
||||
paths:
|
||||
- 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/*
|
||||
|
|
Loading…
Reference in New Issue