Исправлена цель 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
|
||||
endif
|
||||
|
||||
ifneq ($(OS),Windows_NT)
|
||||
## Deploy
|
||||
|
||||
deploy: ## deploy debian packages
|
||||
find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \;
|
||||
.PHONY:deploy
|
||||
endif
|
||||
|
||||
## Test
|
||||
|
||||
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 ./...
|
||||
.PHONY:doc-golds
|
||||
|
||||
## Deploy
|
||||
|
||||
deploy: ## deploy debian packages
|
||||
find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \;
|
||||
.PHONY:deploy-deb
|
||||
|
||||
## Help
|
||||
|
||||
help: ## Show this help.
|
||||
|
Loading…
Reference in New Issue
Block a user