ci: add Makefile target to run gir -m not_bound
This commit is contained in:
parent
b51b81dfdd
commit
b44202fa90
|
|
@ -1,6 +1,6 @@
|
||||||
all: gir
|
all: gir
|
||||||
|
|
||||||
.PHONY: update-gir-files remove-gir-files merge-lgpl-docs
|
.PHONY: gir gir-report update-gir-files remove-gir-files merge-lgpl-docs
|
||||||
|
|
||||||
|
|
||||||
# -- gir generation --
|
# -- gir generation --
|
||||||
|
|
@ -11,6 +11,9 @@ gir: target/tools/bin/gir
|
||||||
target/tools/bin/gir -c conf/ostree-sys.toml
|
target/tools/bin/gir -c conf/ostree-sys.toml
|
||||||
target/tools/bin/gir -c conf/ostree.toml
|
target/tools/bin/gir -c conf/ostree.toml
|
||||||
|
|
||||||
|
gir-report: gir
|
||||||
|
target/tools/bin/gir -c conf/ostree.toml -m not_bound
|
||||||
|
|
||||||
|
|
||||||
# -- LGPL docs generation --
|
# -- LGPL docs generation --
|
||||||
target/tools/bin/rustdoc-stripper:
|
target/tools/bin/rustdoc-stripper:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue