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-minivmac
Commits
57fc03ff
Unverified
Commit
57fc03ff
authored
Dec 28, 2020
by
Libretro-Admin
Committed by
GitHub
Dec 28, 2020
Browse files
Update .gitlab-ci.yml
parent
ee9e260c
Pipeline
#82885
passed with stage
in 1 minute and 47 seconds
Changes
1
Pipelines
354
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
57fc03ff
# DESCRIPTION: GitLab CI/CD for libRetro (NOT FOR GitLab-proper)
##############################################################################
################################# BOILERPLATE ################################
##############################################################################
# Core definitions
.core-defs
:
variables
:
JNI_PATH
:
.
CORENAME
:
minivmac
MAKEFILE
:
Makefile
# Inclusion templates, required for the build to work
include
:
-
template
:
Jobs/Code-Quality.gitlab-ci.yml
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-x64.yml'
################################## DESKTOPS ################################
# Windows 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-x64-mingw.yml'
# Linux 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-x64.yml'
################################## CELLULAR ################################
# Android
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/android-jni.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
-
.libretro-linux-x64-make-default
variables
:
MAKEFILE
:
Makefile
libretro-build-windows-x64
:
# Linux 64-bit
libretro-build-linux-x64
:
extends
:
-
.libretro-linux-x64-make-default
-
.core-defs
-
.libretro-windows-x64-mingw-make-default
variables
:
MAKEFILE
:
Makefile
# 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
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