Исправлена цель deploy в makefile.
This commit is contained in:
parent
99953bd42a
commit
6b980d730f
14
makefile
14
makefile
@ -158,6 +158,14 @@ pkg-deb: build ## Build debian package
|
|||||||
.PHONY:pkg-deb
|
.PHONY:pkg-deb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(OS),Windows_NT)
|
||||||
|
## Deploy
|
||||||
|
|
||||||
|
deploy: ## deploy debian packages
|
||||||
|
find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \;
|
||||||
|
.PHONY:deploy
|
||||||
|
endif
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
|
||||||
test: ## Run the tests of the project
|
test: ## Run the tests of the project
|
||||||
@ -210,12 +218,6 @@ doc-golds: doc-common ## Generate HTML documentation with Golds.
|
|||||||
-silent -only-list-exporteds -wdpkgs-listing=solo ./...
|
-silent -only-list-exporteds -wdpkgs-listing=solo ./...
|
||||||
.PHONY:doc-golds
|
.PHONY:doc-golds
|
||||||
|
|
||||||
## Deploy
|
|
||||||
|
|
||||||
deploy: ## deploy debian packages
|
|
||||||
find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \;
|
|
||||||
.PHONY:deploy-deb
|
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
help: ## Show this help.
|
help: ## Show this help.
|
||||||
|
Loading…
Reference in New Issue
Block a user