From 075f540ec487a1c2e6453d4fbea6680c03e5d38d Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Thu, 20 Dec 2018 16:12:43 +1100 Subject: [PATCH] The libretro core is broken after v106, we know it's broken, no need to test. --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2483371..e13da05c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/*