summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutechre2021-01-01 23:40:00 +0100
committerGitHub2021-01-01 23:40:00 +0100
commit74d5d92024c68ab6780f019d56dcf26d0170b19c (patch)
treee10238f0c89822302e66d01004b4f9598fba51c4
parentcc674da0c3f9248400237e090d6198f3c4713fc6 (diff)
downloadsnes9x2002-74d5d92024c68ab6780f019d56dcf26d0170b19c.tar.gz
snes9x2002-74d5d92024c68ab6780f019d56dcf26d0170b19c.tar.bz2
snes9x2002-74d5d92024c68ab6780f019d56dcf26d0170b19c.zip
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d79e652..42f5886 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,10 @@ include:
# Windows 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/windows-x64-mingw.yml'
+
+ # Windows 32-bit
+ - project: 'libretro-infrastructure/ci-templates'
+ file: '/windows-i686-mingw.yml'
# Linux 64-bit
- project: 'libretro-infrastructure/ci-templates'
@@ -67,6 +71,12 @@ libretro-build-windows-x64:
extends:
- .libretro-windows-x64-mingw-make-default
- .core-defs
+
+# Windows 32-bit
+libretro-build-windows-i686:
+ extends:
+ - .libretro-windows-i686-mingw-make-default
+ - .core-defs
# Linux 64-bit
libretro-build-linux-x64: