gitlab-ci: install GIMP before running `make check`.

Since GIMP looks for its icons at runtime and would output warnings if
it doesn't find them, it's better to install first. Not really sure it's
ideal though, but it will do for now. Maybe I should just g_printerr()
instead of g_warning().
This commit is contained in:
Jehan 2021-07-06 15:54:37 +02:00
parent 8025962a20
commit fe329adcf5
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ gimp-distcheck-debian:
--enable-gtk-doc
--enable-windows-installer
- make -j "$(nproc)"
- make -j "$(nproc)" install
- make -j "$(nproc)" check
- make -j "$(nproc)" distcheck