Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-gme
Commits
3ff37c8a
Commit
3ff37c8a
authored
Dec 06, 2020
by
Libretro-Admin
Browse files
Update .gitlab-ci.yml
parent
c774ef83
Pipeline
#5163
failed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3ff37c8a
# DESCRIPTION: GitLab CI/CD for libRetro (NOT FOR GitLab-proper)
##############################################################################
################################# BOILERPLATE ################################
##############################################################################
# Core definitions
.core-defs
:
variables
:
JNI_PATH
:
.
CORENAME
:
gme
# Inclusion templates, required for the build to work
include
:
-
template
:
Jobs/Code-Quality.gitlab-ci.yml
################################## DESKTOPS ################################
# Windows 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/libnx-static.yml'
file
:
'
/windows-x64-mingw.yml'
# Linux 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/vita-static.yml'
file
:
'
/linux-x64.yml'
# MacOS 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/osx-x64.yml'
################################## CELLULAR ################################
# Android
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/android-jni.yml'
################################## CONSOLES ################################
# PlayStation Portable
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/psp-static.yml'
# PlayStation Vita
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-x64.yml'
file
:
'
/vita-static.yml'
# Nintendo 3DS
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-x64-mingw.yml'
file
:
'
/ctr-static.yml'
# Nintendo GameCube
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/android-jni.yml'
file
:
'
/ngc-static.yml'
# Nintendo Wii
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/wii-static.yml'
# Nintendo Switch
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/libnx-static.yml'
# Stages for building
stages
:
-
build-prepare
-
build-shared
-
build-static
-
test
#Desktop
libretro-build-linux-x64
:
##############################################################################
#################################### STAGES ##################################
##############################################################################
#
################################### DESKTOPS #################################
# Windows 64-bit
libretro-build-windows-x64
:
extends
:
-
.libretro-windows-x64-mingw-make-default
-
.core-defs
# Linux 64-bit
libretro-build-linux-x64
:
extends
:
-
.libretro-linux-x64-make-default
-
.core-defs
libretro-build-windows-x64
:
# MacOS 64-bit
libretro-build-osx-x64
:
extends
:
-
.libretro-osx-x64-make-default
-
.core-defs
-
.libretro-windows-x64-mingw-make-default
# Android
################################### CELLULAR #################################
# Android
ARMv7a
android-armeabi-v7a
:
extends
:
-
.core-defs
-
.libretro-android-jni-armeabi-v7a
-
.core-defs
# Android ARMv8a
android-arm64-v8a
:
extends
:
-
.core-defs
-
.libretro-android-jni-arm64-v8a
-
.core-defs
# Android 64-bit x86
android-x86_64
:
extends
:
-
.core-defs
-
.libretro-android-jni-x86_64
-
.core-defs
# Android 32-bit x86
android-x86
:
extends
:
-
.core-defs
-
.libretro-android-jni-x86
-
.core-defs
# Static
libretro-build-libnx-aarch64
:
################################### CONSOLES #################################
# PlayStation Portable
libretro-build-psp
:
extends
:
-
.libretro-psp-static-retroarch-master
-
.core-defs
-
.libretro-libnx-static-retroarch-master
# PlayStation Vita
libretro-build-vita
:
extends
:
-
.core-defs
-
.libretro-vita-static-retroarch-master
-
.core-defs
libretro-build-psp
:
# Nintendo 3DS
libretro-build-ctr
:
extends
:
-
.libretro-ctr-static-retroarch-master
-
.core-defs
# Nintendo GameCube
libretro-build-ngc
:
extends
:
-
.libretro-ngc-static-retroarch-master
-
.core-defs
# Nintendo Wii
libretro-build-wii
:
extends
:
-
.libretro-wii-static-retroarch-master
-
.core-defs
# Nintendo Switch
libretro-build-libnx-aarch64
:
extends
:
-
.libretro-libnx-static-retroarch-master
-
.core-defs
-
.libretro-psp-static-retroarch-master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment