From 8c337d4ac63f617135f3d8bf14919214b6cc03f3 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Sun, 3 Jun 2018 15:01:54 +1000 Subject: [PATCH] Make sure the libretro core builds with the accuracy profile. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6706c3c..afa1b453 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/