Merge pull request #87 from jdgleaver/dingux-gitlab-ci
Add OpenDingux target to .gitlab-ci.yml
This commit is contained in:
commit
78f7c59d5f
|
@ -15,6 +15,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'
|
||||
|
||||
|
@ -34,7 +36,12 @@ libretro-build-windows-x64:
|
|||
extends:
|
||||
- .core-defs
|
||||
- .libretro-windows-x64-mingw-make-default
|
||||
|
||||
|
||||
libretro-build-dingux-i386:
|
||||
extends:
|
||||
- .core-defs
|
||||
- .libretro-dingux-i386-make-default
|
||||
|
||||
# Android
|
||||
android-arm64-v8a:
|
||||
extends:
|
||||
|
|
Loading…
Reference in New Issue