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
1662ce61
Unverified
Commit
1662ce61
authored
Jan 09, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 09, 2021
Browse files
Update .gitlab-ci.yml
parent
3f6ac08c
Pipeline
#10273
passed with stages
in 7 minutes and 37 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1662ce61
...
...
@@ -25,6 +25,10 @@ include:
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-x64.yml'
# Linux 32-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/linux-i686.yml'
# MacOS 64-bit
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/osx-x64.yml'
...
...
@@ -34,6 +38,10 @@ include:
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/android-jni.yml'
# iOS 9
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/ios9.yml'
################################## CONSOLES ################################
# PlayStation Portable
-
project
:
'
libretro-infrastructure/ci-templates'
...
...
@@ -67,6 +75,11 @@ include:
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/dingux-mips32.yml'
#################################### MISC ##################################
# Emscripten
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/emscripten-static.yml'
# Stages for building
stages
:
-
build-prepare
...
...
@@ -96,6 +109,12 @@ libretro-build-linux-x64:
-
.libretro-linux-x64-make-default
-
.core-defs
# Linux 32-bit
libretro-build-linux-i686
:
extends
:
-
.libretro-linux-i686-make-default
-
.core-defs
# MacOS 64-bit
libretro-build-osx-x64
:
extends
:
...
...
@@ -127,6 +146,12 @@ android-x86:
-
.libretro-android-jni-x86
-
.core-defs
# iOS 9
libretro-build-ios-9
:
extends
:
-
.libretro-ios9-make-default
-
.core-defs
################################### CONSOLES #################################
# PlayStation Portable
libretro-build-psp
:
...
...
@@ -175,3 +200,10 @@ libretro-build-dingux-mips32:
extends
:
-
.libretro-dingux-mips32-make-default
-
.core-defs
#################################### MISC ##################################
# Emscripten
libretro-build-emscripten
:
extends
:
-
.libretro-emscripten-static-retroarch-master
-
.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