diff options
author | jdgleaver | 2020-11-27 13:00:50 +0000 |
---|---|---|
committer | jdgleaver | 2020-11-27 13:00:50 +0000 |
commit | adb4e96a0bd26b796f7173d5f7695a7ff5ba4234 (patch) | |
tree | ba78551490a54f93ed6a8da317ab968c5a4f3b23 | |
parent | cab0a74b89a3c57608149893ef1545cabf1f5a46 (diff) | |
download | snes9x2005-adb4e96a0bd26b796f7173d5f7695a7ff5ba4234.tar.gz snes9x2005-adb4e96a0bd26b796f7173d5f7695a7ff5ba4234.tar.bz2 snes9x2005-adb4e96a0bd26b796f7173d5f7695a7ff5ba4234.zip |
Add OpenDingux target to .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a00fc37..9002b80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ include: - 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' stages: @@ -32,7 +34,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-armeabi-v7a: extends: |