when: manual
variables:
ci_host: "i686-w64-mingw32"
+ # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+ ci_test: "no"
debian mingw32 meson:
extends:
- .debian-build
variables:
ci_host: "i686-w64-mingw32"
+ # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+ ci_test: "no"
debian mingw32 meson debug:
extends:
ci_buildsys: "meson"
ci_host: "i686-w64-mingw32"
ci_variant: "debug"
+ # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+ ci_test: "no"
debian mingw64 cmake debug:
extends:
ci_buildsys: "cmake"
ci_host: "x86_64-w64-mingw32"
ci_variant: "debug"
+ # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+ ci_test: "no"
-# see https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
debian mingw64 meson debug:
extends:
- .meson-common
variables:
ci_host: "x86_64-w64-mingw32"
ci_variant: "debug"
+ # https://gitlab.freedesktop.org/dbus/dbus/-/issues/509
+ ci_test: "no"
opensuse image:
extends: