build: add DrMingw in the Windows CI build.

If the build results are used for testing, may be useful to have some
debugging, as proposed by Ell.
This commit is contained in:
Jehan 2019-10-24 17:29:35 +02:00
parent 4d8a61af34
commit ce761ccc95

View file

@ -77,6 +77,13 @@ ninja -C _build install || exit 1
crossroad mask pango
cd ..
# DrMingw
git clone --depth 1 https://github.com/jrfonseca/drmingw.git && \
mkdir drmingw/_build && cd drmingw/_build && \
crossroad cmake .. -DPYTHON_EXECUTABLE=`which python3` && make install || exit 1
cd ../..
# preparing GIMP
crossroad install atk gtk3 libtiff xz-libs librsvg2 poppler-glib dbus-glib