This commit is contained in:
Devaev Maxim
2020-05-12 08:43:12 +03:00
parent 44d6288416
commit 55aa443d68
6 changed files with 133 additions and 0 deletions

View File

@@ -92,12 +92,17 @@ $(BUILD)/%.o: %.c
release:
make clean
make tox
make push
make bump
make push
make clean
tox:
tox -q -c tox.ini $(if $(E),-e $(E),-p auto)
bump:
bumpversion $(if $(V),$(V),minor)
@@ -108,6 +113,7 @@ push:
clean-all: clean
rm -rf .mypy-cache .tox
clean:
rm -rf pkg/arch/pkg pkg/arch/src pkg/arch/v*.tar.gz pkg/arch/ustreamer-*.pkg.tar.{xz,zst}
rm -rf $(PROG) $(BUILD) vgcore.* *.sock