mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-31 03:55:27 +01:00
Add OpenDingux target to .gitlab-ci.yml
This commit is contained in:
parent
7177a087d2
commit
6bf7bb5ad9
@ -18,6 +18,8 @@ include:
|
||||
file: '/linux-x64.yml'
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/windows-x64-mingw.yml'
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/dingux-i386.yml'
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/android-jni.yml'
|
||||
|
||||
@ -41,7 +43,14 @@ libretro-build-windows-x64:
|
||||
- .libretro-windows-x64-mingw-make-default
|
||||
variables:
|
||||
MAKEFILE: Makefile.libretro
|
||||
|
||||
|
||||
libretro-build-dingux-i386:
|
||||
extends:
|
||||
- .core-defs
|
||||
- .libretro-dingux-i386-make-default
|
||||
variables:
|
||||
MAKEFILE: Makefile.libretro
|
||||
|
||||
# Android
|
||||
android-armeabi-v7a:
|
||||
extends:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user