summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 14:21:30 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commitc21d47836cd73def920183633e326e337eee57b4 (patch)
treed625a0c51217b2991c7dfe6d2ac00173cbf725ff /.gitlab-ci.yml
parentda94d0c0290fab5635713a8f587ad091e9b8ab2f (diff)
CI: Add glue to build with mingw-w64 toolchain on Debian
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 81ccc6f1..54c30bed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,6 +198,14 @@ debian mingw32 cmake:
variables:
ci_host: "i686-w64-mingw32"
+debian mingw32 meson:
+ extends:
+ - .meson-common
+ - .debian-build
+ when: manual
+ variables:
+ ci_host: "i686-w64-mingw32"
+
debian mingw64 autotools:
extends: .debian-build
variables:
@@ -213,6 +221,15 @@ debian mingw64 cmake debug:
ci_host: "x86_64-w64-mingw32"
ci_variant: "debug"
+debian mingw64 meson debug:
+ extends:
+ - .meson-common
+ - .debian-build
+ when: manual
+ variables:
+ ci_host: "x86_64-w64-mingw32"
+ ci_variant: "debug"
+
debian buster autotools:
extends: .debian-build
when: manual