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
RACE
Commits
e10f24a8
Commit
e10f24a8
authored
Oct 07, 2020
by
Libretro-Admin
Browse files
Add .gitlab-ci.yml
parent
e7145577
Pipeline
#497
failed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e10f24a8
.core-defs
:
variables
:
JNI_PATH
:
.
CORENAME
:
race
include
:
-
template
:
Jobs/Code-Quality.gitlab-ci.yml
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/libnx-static.yml'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/vita-static.yml'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-x64.yml'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/windows-x64-mingw.yml'
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/android-jni.yml'
stages
:
-
build-prepare
-
build-shared
-
build-static
-
test
#Desktop
libretro-build-linux-x64
:
extends
:
-
.core-defs
-
.libretro-linux-x64-make-default
libretro-build-windows-x64
:
extends
:
-
.core-defs
-
.libretro-windows-x64-mingw-make-default
# Android
android-armeabi-v7a
:
extends
:
-
.core-defs
-
.libretro-android-jni-armeabi-v7a
android-arm64-v8a
:
extends
:
-
.core-defs
-
.libretro-android-jni-arm64-v8a
android-x86_64
:
extends
:
-
.core-defs
-
.libretro-android-jni-x86_64
android-x86
:
extends
:
-
.core-defs
-
.libretro-android-jni-x86
# Static
libretro-build-libnx-aarch64
:
extends
:
-
.core-defs
-
.libretro-libnx-static-retroarch-master
libretro-build-vita
:
extends
:
-
.core-defs
-
.libretro-vita-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