From a4a5115cf1c5f77cedb92c07d3395e2835bccf55 Mon Sep 17 00:00:00 2001 From: Autechre Date: Sat, 2 Jan 2021 00:00:49 +0100 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7d0ccf..a874159 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,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' @@ -84,6 +88,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: @@ -174,6 +184,12 @@ libretro-build-windows-x64-plus: extends: - .libretro-windows-x64-mingw-make-default - .core-defs-plus + +# Windows 64-bit +libretro-build-windows-i686-plus: + extends: + - .libretro-windows-i686-mingw-make-default + - .core-defs-plus # Linux 64-bit libretro-build-linux-x64-plus: -- cgit v1.2.3