From 9d2874b98aee8cd4ae79baa3f1fc8948382125a3 Mon Sep 17 00:00:00 2001 From: Autechre Date: Sat, 2 Jan 2021 01:18:05 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b53437..493bdcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,10 @@ include: - 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' file: '/linux-x64.yml' @@ -71,6 +75,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: @@ -150,4 +160,3 @@ libretro-build-libnx-aarch64: extends: - .libretro-libnx-static-retroarch-master - .core-defs -