Skip to content

WIP: Add tool to check generated GIR files

Guillaume Gomez requested to merge GuillaumeGomez/gtk:check-gir-files into master

To run this dockerfile:

docker run -v"$PWD:/data" gir /data/Gtk-4.0.gir

$PWD is where Gtk-4.0.gir is located. Then we give the "mounted path" to the script so it knows where to look at.

The tool repository is here.

Like I said previously, it currently requires that if a GIR file has a dependency on another one, this other one has to be in the same folder currently (but a link would be fine).

Edited by Matthias Clasen

Merge request reports