mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
Update .gitlab-ci.yml
This commit is contained in:
+22
-1
@@ -24,7 +24,11 @@ include:
|
|||||||
# Linux 64-bit
|
# Linux 64-bit
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/linux-x64.yml'
|
file: '/linux-x64.yml'
|
||||||
|
|
||||||
|
# Linux 32-bit
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/linux-i686.yml'
|
||||||
|
|
||||||
# MacOS 64-bit
|
# MacOS 64-bit
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/osx-x64.yml'
|
file: '/osx-x64.yml'
|
||||||
@@ -34,6 +38,10 @@ include:
|
|||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/android-jni.yml'
|
file: '/android-jni.yml'
|
||||||
|
|
||||||
|
# iOS 9
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/ios9.yml'
|
||||||
|
|
||||||
################################## CONSOLES ################################
|
################################## CONSOLES ################################
|
||||||
# Nintendo 3DS
|
# Nintendo 3DS
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
@@ -88,6 +96,12 @@ libretro-build-linux-x64:
|
|||||||
- .libretro-linux-x64-make-default
|
- .libretro-linux-x64-make-default
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# Linux 32-bit
|
||||||
|
libretro-build-linux-i686:
|
||||||
|
extends:
|
||||||
|
- .libretro-linux-i686-make-default
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
# MacOS 64-bit
|
# MacOS 64-bit
|
||||||
libretro-build-osx-x64:
|
libretro-build-osx-x64:
|
||||||
extends:
|
extends:
|
||||||
@@ -119,6 +133,13 @@ android-x86:
|
|||||||
- .libretro-android-jni-x86
|
- .libretro-android-jni-x86
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# iOS 9
|
||||||
|
libretro-build-ios-9:
|
||||||
|
extends:
|
||||||
|
- .libretro-ios9-make-default
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
################################### CONSOLES #################################
|
||||||
# PlayStation Portable
|
# PlayStation Portable
|
||||||
libretro-build-psp:
|
libretro-build-psp:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
Reference in New Issue
Block a user