mirror of
https://github.com/iyear/tdl
synced 2025-01-05 10:27:16 +08:00
ci(Makefile): init
This commit is contained in:
parent
50be06c8a4
commit
b5b56990cc
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
.PHONY: build
|
||||
build:
|
||||
goreleaser build --rm-dist --single-target --snapshot
|
||||
@echo "go to '.tdl/dist' directory to see the package!"
|
||||
|
||||
.PHONY: packaging
|
||||
packaging:
|
||||
goreleaser release --skip-publish --auto-snapshot --rm-dist
|
||||
@echo "go to '.tdl/dist' directory to see the packages!"
|
Loading…
Reference in New Issue
Block a user