From: Autechre Date: Sat, 2 Jan 2021 23:32:47 +0000 (+0100) Subject: Update .gitlab-ci.yml X-Git-Tag: r24l~598 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa64bba481bc15f82e607e8b04f48fdb58b5118;p=pcsx_rearmed.git Update .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fef3edbb..4c0c31e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,11 @@ 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' file: '/linux-x64.yml' @@ -64,7 +68,13 @@ 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: extends: