Add 3DS target to .gitlab-ci.yml

This commit is contained in:
jdgleaver 2020-12-03 12:09:53 +00:00 committed by m4xw
parent 78f7c59d5f
commit e4745d32ec
2 changed files with 15 additions and 8 deletions

View File

@ -11,6 +11,8 @@ include:
file: '/vita-static.yml'
- project: 'libretro-infrastructure/ci-templates'
file: '/psp-static.yml'
- project: 'libretro-infrastructure/ci-templates'
file: '/ctr-static.yml'
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-x64.yml'
- project: 'libretro-infrastructure/ci-templates'
@ -29,37 +31,42 @@ stages:
#Desktop
libretro-build-linux-x64:
extends:
- .core-defs
- .libretro-linux-x64-make-default
- .core-defs
libretro-build-windows-x64:
extends:
- .core-defs
- .libretro-windows-x64-mingw-make-default
- .core-defs
libretro-build-dingux-i386:
extends:
- .core-defs
- .libretro-dingux-i386-make-default
- .core-defs
# Android
android-arm64-v8a:
extends:
- .core-defs
- .libretro-android-jni-arm64-v8a
- .core-defs
android-x86_64:
extends:
- .core-defs
- .libretro-android-jni-x86_64
- .core-defs
# Static
libretro-build-vita:
extends:
- .core-defs
- .libretro-vita-static-retroarch-master
- .core-defs
libretro-build-psp:
extends:
- .core-defs
- .libretro-psp-static-retroarch-master
- .core-defs
libretro-build-ctr:
extends:
- .libretro-ctr-static-retroarch-master
- .core-defs

View File

@ -478,7 +478,7 @@ ifeq ($(HAVE_DYNAREC), 1)
OBJECTS += 3ds/3ds_utils.o 3ds/3ds_cache_utils.o
ifeq ($(strip $(CTRULIB)),)
$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>ctrulib")
$(error "Please set CTRULIB in your environment. export CTRULIB=<path to>libctru")
endif
CFLAGS += -I$(CTRULIB)/include