mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 14:49:36 +02:00
Update
This commit is contained in:
+49
-22
@@ -25,10 +25,15 @@ include:
|
|||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/osx-x64.yml'
|
file: '/osx-x64.yml'
|
||||||
|
|
||||||
################################## CELLULAR ################################
|
################################## CELLULAR ################################
|
||||||
# Android
|
# Android
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/android-jni.yml'
|
file: '/android-jni.yml'
|
||||||
|
|
||||||
|
################################## CONSOLES ################################
|
||||||
|
# Nintendo 3DS
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/ctr-static.yml'
|
||||||
|
|
||||||
# Nintendo Switch
|
# Nintendo Switch
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
@@ -37,6 +42,7 @@ include:
|
|||||||
# PlayStation Portable
|
# PlayStation Portable
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/psp-static.yml'
|
file: '/psp-static.yml'
|
||||||
|
|
||||||
# PlayStation Vita
|
# PlayStation Vita
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/vita-static.yml'
|
file: '/vita-static.yml'
|
||||||
@@ -47,50 +53,71 @@ stages:
|
|||||||
- build-shared
|
- build-shared
|
||||||
- build-static
|
- build-static
|
||||||
|
|
||||||
#Desktop
|
################################### DESKTOPS #################################
|
||||||
libretro-build-linux-x64:
|
# Windows 64-bit
|
||||||
extends:
|
|
||||||
- .core-defs
|
|
||||||
- .libretro-linux-x64-make-default
|
|
||||||
|
|
||||||
libretro-build-windows-x64:
|
libretro-build-windows-x64:
|
||||||
extends:
|
extends:
|
||||||
- .libretro-windows-x64-mingw-make-default
|
- .libretro-windows-x64-mingw-make-default
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# Linux 64-bit
|
||||||
|
libretro-build-linux-x64:
|
||||||
|
extends:
|
||||||
|
- .libretro-linux-x64-make-default
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
# MacOS 64-bit
|
||||||
|
libretro-build-osx-x64:
|
||||||
|
extends:
|
||||||
|
- .libretro-osx-x64-make-default
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
# Android
|
################################### CELLULAR #################################
|
||||||
|
# Android ARMv7a
|
||||||
android-armeabi-v7a:
|
android-armeabi-v7a:
|
||||||
extends:
|
extends:
|
||||||
- .core-defs
|
|
||||||
- .libretro-android-jni-armeabi-v7a
|
- .libretro-android-jni-armeabi-v7a
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
# Android ARMv8a
|
||||||
android-arm64-v8a:
|
android-arm64-v8a:
|
||||||
extends:
|
extends:
|
||||||
- .core-defs
|
|
||||||
- .libretro-android-jni-arm64-v8a
|
- .libretro-android-jni-arm64-v8a
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
# Android 64-bit x86
|
||||||
android-x86_64:
|
android-x86_64:
|
||||||
extends:
|
extends:
|
||||||
- .core-defs
|
|
||||||
- .libretro-android-jni-x86_64
|
- .libretro-android-jni-x86_64
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
# Android 32-bit x86
|
||||||
android-x86:
|
android-x86:
|
||||||
extends:
|
extends:
|
||||||
- .core-defs
|
|
||||||
- .libretro-android-jni-x86
|
- .libretro-android-jni-x86
|
||||||
|
|
||||||
# Static
|
|
||||||
libretro-build-libnx-aarch64:
|
|
||||||
extends:
|
|
||||||
- .core-defs
|
- .core-defs
|
||||||
- .libretro-libnx-static-retroarch-master
|
|
||||||
|
|
||||||
libretro-build-vita:
|
# PlayStation Portable
|
||||||
extends:
|
|
||||||
- .libretro-vita-static-retroarch-master
|
|
||||||
- .core-defs
|
|
||||||
|
|
||||||
libretro-build-psp:
|
libretro-build-psp:
|
||||||
extends:
|
extends:
|
||||||
- .libretro-psp-static-retroarch-master
|
- .libretro-psp-static-retroarch-master
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# PlayStation Vita
|
||||||
|
libretro-build-vita:
|
||||||
|
extends:
|
||||||
|
- .libretro-vita-static-retroarch-master
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
# Nintendo 3DS
|
||||||
|
libretro-build-ctr:
|
||||||
|
extends:
|
||||||
|
- .libretro-ctr-static-retroarch-master
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
# Nintendo Switch
|
||||||
|
libretro-build-libnx-aarch64:
|
||||||
|
extends:
|
||||||
|
- .libretro-libnx-static-retroarch-master
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user