Merging upstream version 2.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50f6a45557
commit
c2a4b9519f
35 changed files with 364 additions and 122 deletions
6
Makefile
6
Makefile
|
@ -38,6 +38,7 @@ endif
|
|||
purge:
|
||||
ifneq ("$(wildcard ${BUILD-DIR})","")
|
||||
rm -rf ${BUILD-DIR}
|
||||
meson subprojects purge --confirm
|
||||
endif
|
||||
|
||||
.PHONY: install
|
||||
|
@ -46,7 +47,8 @@ install: stas
|
|||
|
||||
.PHONY: uninstall
|
||||
uninstall: ${BUILD-DIR}
|
||||
sudo ninja $@ -C ${BUILD-DIR}
|
||||
cd ${BUILD-DIR} && sudo meson --internal uninstall
|
||||
|
||||
|
||||
.PHONY: dist
|
||||
dist: stas
|
||||
|
@ -70,7 +72,7 @@ black:
|
|||
black --diff --color --line-length 120 --skip-string-normalization --extend-exclude="(subprojects|debian|.build)" .
|
||||
|
||||
# Coverage requirements:
|
||||
# pip install coverage
|
||||
# apt-get install python3-coverage
|
||||
.PHONY: coverage
|
||||
coverage: stas
|
||||
cd ${BUILD-DIR} && ./coverage.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue