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
cannonball
Commits
131be528
Unverified
Commit
131be528
authored
Jan 10, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 10, 2021
Browse files
Update .gitlab-ci.yml
parent
749489c4
Pipeline
#12922
passed with stages
in 10 minutes and 59 seconds
Changes
1
Pipelines
12
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
131be528
...
...
@@ -24,7 +24,11 @@ include:
# Linux 64-bit
-
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'
...
...
@@ -33,7 +37,11 @@ include:
# Android
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/android-jni.yml'
# iOS 9
-
project
:
'
libretro-infrastructure/ci-templates'
file
:
'
/ios9.yml'
################################## CONSOLES ################################
# PlayStation Vita
-
project
:
'
libretro-infrastructure/ci-templates'
...
...
@@ -83,7 +91,13 @@ libretro-build-linux-x64:
extends
:
-
.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
:
...
...
@@ -114,7 +128,13 @@ android-x86:
extends
:
-
.libretro-android-jni-x86
-
.core-defs
# iOS 9
libretro-build-ios-9
:
extends
:
-
.libretro-ios9-make-default
-
.core-defs
################################### CONSOLES #################################
# PlayStation Vita
libretro-build-vita
:
...
...
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