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
292b5682
Commit
292b5682
authored
Jan 25, 2022
by
Vladimir Serbinenko
Browse files
Add compilation for 32-bit linux
Both 64-bit and 32-bit ones work on my 64-bit Linux
parent
17fc776b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
292b5682
...
...
@@ -21,6 +21,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
...
...
@@ -49,7 +53,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
################################### CELLULAR #################################
# Android ARMv7a
android-armeabi-v7a
:
...
...
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