summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutechre2021-01-03 01:10:16 +0100
committerGitHub2021-01-03 01:10:16 +0100
commitf520876ef6e3c8d13d122a96f658b4a30d90f6de (patch)
tree3502f14f28571feb0ad583aff0cf5c8095fc2236
parent23b2a55f0d00ff8e4869094c13e2f06453b956c5 (diff)
downloadpicogpsp-f520876ef6e3c8d13d122a96f658b4a30d90f6de.tar.gz
picogpsp-f520876ef6e3c8d13d122a96f658b4a30d90f6de.tar.bz2
picogpsp-f520876ef6e3c8d13d122a96f658b4a30d90f6de.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 c1dd9ca..4bcc514 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'
@@ -68,6 +72,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: