The libretro core is broken after v106, we know it's broken, no need to test.

This commit is contained in:
Tim Allen 2018-12-20 16:12:43 +11:00
parent 41eccf6ec4
commit 075f540ec4
1 changed files with 0 additions and 14 deletions

View File

@ -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/*