mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-12-03 13:41:52 +00:00
Merge pull request #177 from jdgleaver/gitlab-linux-i686
(.gitlab-ci.yml) Add linux-i686 target
This commit is contained in:
commit
e80fdac75f
@ -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'
|
||||
@ -101,6 +105,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:
|
||||
|
Loading…
Reference in New Issue
Block a user