From a9191d7cd1ec0809124f669765fad60914809fb1 Mon Sep 17 00:00:00 2001 From: Autechre Date: Sat, 2 Jan 2021 01:21:41 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14d3209..9ce00ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,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' @@ -69,6 +73,12 @@ libretro-build-windows-x64: - .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: