Revert "gitlab-ci: testing gtk!1563 for Windows Ink support."

This reverts commit 32434d9fc3.
Argh sorry. I was planning on making a branch for this (not directly on
master!) and also the patch should obviously have been applied on a GTK
tree, not GIMP's. I'm probably tired! Reverting.
This commit is contained in:
Jehan 2021-03-03 13:21:51 +01:00
parent 32434d9fc3
commit 8336147bdf
1 changed files with 0 additions and 12 deletions

View File

@ -223,12 +223,6 @@ gimp-win64:
- apt-cache
script:
- export PATH="`pwd`/.local/bin:$PATH"
- apt-get update
- apt-get install -y --no-install-recommends wget
- wget https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1563.patch
- git apply 1563.patch
- mkdir _build && cd _build
- echo 'crossroad meson ..
-Dgtk-doc=false && ninja install &&
@ -288,12 +282,6 @@ gimp-win32:
- apt-cache
script:
- export PATH="`pwd`/.local/bin:$PATH"
- apt-get update
- apt-get install -y --no-install-recommends wget
- wget https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1563.patch
- git apply 1563.patch
- mkdir _build && cd _build
- echo 'crossroad meson ..
-Dwmf=disabled -Dmng=disabled -Dgtk-doc=false && ninja install &&