mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-27 02:20:23 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
503addfe11
commit
788d273483
@ -16,6 +16,10 @@ include:
|
|||||||
# Windows 64-bit
|
# Windows 64-bit
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/windows-x64-mingw.yml'
|
file: '/windows-x64-mingw.yml'
|
||||||
|
|
||||||
|
# Windows 32-bit
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/windows-i686-mingw.yml'
|
||||||
|
|
||||||
# Linux 64-bit
|
# Linux 64-bit
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
@ -59,6 +63,12 @@ libretro-build-windows-x64:
|
|||||||
extends:
|
extends:
|
||||||
- .libretro-windows-x64-mingw-make-default
|
- .libretro-windows-x64-mingw-make-default
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# Windows 32-bit
|
||||||
|
libretro-build-windows-i686:
|
||||||
|
extends:
|
||||||
|
- .libretro-windows-i686-mingw-make-default
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
# Linux 64-bit
|
# Linux 64-bit
|
||||||
libretro-build-linux-x64:
|
libretro-build-linux-x64:
|
||||||
|
Loading…
Reference in New Issue
Block a user