glib/.gitlab-ci/mingw.Dockerfile
Philip Withnall 78c94d81ed ci: Build with introspection enabled
In most CI builds. (Not all of them, though, so we can also test the
build works with it disabled.)

This is needed for the upcoming libgirepository tests, as they need some
GIR files to test against.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3155
2023-12-12 16:58:26 +00:00

17 lines
282 B
Docker

FROM registry.gitlab.gnome.org/gnome/glib/fedora:v25
USER root
RUN dnf -y install \
mingw64-gcc \
mingw64-gcc-c++ \
mingw64-gettext \
mingw64-libffi \
mingw64-zlib \
&& dnf clean all
WORKDIR /opt
COPY cross_file_mingw64.txt /opt
USER user
WORKDIR /home/user