From 19cf8d26b197f2a1ffb95ff7af83e79dcd323cc0 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 18 Apr 2024 22:26:47 +0300 Subject: [PATCH] Force absolute boot ROM paths in libretro's build bot --- libretro/gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libretro/gitlab-ci.yml b/libretro/gitlab-ci.yml index e0fced51c..9cb683bc7 100644 --- a/libretro/gitlab-ci.yml +++ b/libretro/gitlab-ci.yml @@ -10,7 +10,8 @@ JNI_PATH: libretro MAKEFILE_PATH: libretro CORENAME: sameboy - BOOTROMS_DIR: BootROMs/prebuilt + before_script: + - export BOOTROMS_DIR=$(pwd)/BootROMs/prebuilt # Inclusion templates, required for the build to work include: @@ -178,4 +179,4 @@ libretro-build-libnx-aarch64: libretro-build-vita: extends: - .libretro-vita-static-retroarch-master - - .core-defs \ No newline at end of file + - .core-defs