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-handy
Commits
07ff7443
Unverified
Commit
07ff7443
authored
Dec 08, 2020
by
Libretro-Admin
Committed by
GitHub
Dec 08, 2020
Browse files
Update .gitlab-ci.yml
parent
8a1f8aec
Pipeline
#5229
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
07ff7443
# DESCRIPTION: GitLab CI/CD for libRetro (NOT FOR GitLab-proper)
##############################################################################
################################# BOILERPLATE ################################
##############################################################################
# Core definitions
.core-defs
:
variables
:
JNI_PATH
:
.
CORENAME
:
handy
# 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
:
'
/vita-static.yml'
# PlayStation2
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/ps2-static.yml'
# Nintendo 3DS
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-x64.yml'
file
:
'
/ctr-static.yml'
# Nintendo Wii
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-x64-mingw.yml'
file
:
'
/wii-static.yml'
# Nintendo Switch
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/dingux-i386.yml'
file
:
'
/libnx-static.yml'
# OpenDingux
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/
android-jni
.yml'
file
:
'
/
dingux-i386
.yml'
# Stages for building
stages
:
-
build-prepare
-
build-shared
-
build-static
-
test
#Desktop
libretro-build-linux-x64
:
extends
:
-
.core-defs
-
.libretro-linux-x64-make-default
##############################################################################
#################################### STAGES ##################################
##############################################################################
#
################################### DESKTOPS #################################
# Windows 64-bit
libretro-build-windows-x64
:
extends
:
-
.core-defs
-
.libretro-windows-x64-mingw-make-default
libretro-build-dingux-i386
:
# Linux 64-bit
libretro-build-linux-x64
:
extends
:
-
.core-defs
-
.libretro-linux-x64-make-default
# MacOS 64-bit
libretro-build-osx-x64
:
extends
:
-
.libretro-osx-x64-make-default
-
.core-defs
-
.libretro-dingux-i386-make-default
# Android
################################### CELLULAR #################################
# Android ARMv7a
android-armeabi-v7a
:
extends
:
-
.core-defs
-
.libretro-android-jni-armeabi-v7a
# Android ARMv8a
android-arm64-v8a
:
extends
:
-
.core-defs
-
.libretro-android-jni-arm64-v8a
# Android 64-bit x86
android-x86_64
:
extends
:
-
.core-defs
-
.libretro-android-jni-x86_64
# Android 32-bit x86
android-x86
:
extends
:
-
.core-defs
-
.libretro-android-jni-x86
# Static
libretro-build-libnx-aarch64
:
################################### CONSOLES #################################
# PlayStation Portable
libretro-build-psp
:
extends
:
-
.core-defs
-
.libretro-
libnx
-static-retroarch-master
-
.libretro-
psp
-static-retroarch-master
# PlayStation Vita
libretro-build-vita
:
extends
:
-
.core-defs
-
.libretro-vita-static-retroarch-master
libretro-build-psp
:
# PlayStation2
libretro-build-ps2
:
extends
:
-
.core-defs
-
.libretro-psp-static-retroarch-master
-
.libretro-ps2-static-retroarch-master
# Nintendo 3DS
libretro-build-ctr
:
extends
:
-
.libretro-ctr-static-retroarch-master
-
.core-defs
libretro-build-ps2
:
# Nintendo Wii
libretro-build-wii
:
extends
:
-
.libretro-wii-static-retroarch-master
-
.core-defs
-
.libretro-ps2-static-retroarch-master
# Nintendo Switch
libretro-build-libnx-aarch64
:
extends
:
-
.core-defs
-
.libretro-libnx-static-retroarch-master
# OpenDingux
libretro-build-dingux-mips32
:
extends
:
-
.core-defs
-
.libretro-dingux-mips32-make-default
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