aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
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: