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
oberon-risc-emu
Commits
75347e2a
Commit
75347e2a
authored
Mar 24, 2021
by
Libretro-Admin
Browse files
Add linux-i686 target
parent
f8cc5d5b
Pipeline
#18110
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75347e2a
...
...
@@ -25,6 +25,10 @@ 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'
################################## CELLULAR ################################
# Android
...
...
@@ -59,6 +63,12 @@ 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
################################### CELLULAR #################################
# Android ARMv7a
...
...
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