mirror of
https://github.com/bit1001/tdl.git
synced 2024-12-26 06:34:58 +08:00
ci(Makefile): init
This commit is contained in:
parent
50be06c8a4
commit
b5b56990cc
1 changed files with 9 additions and 0 deletions
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 a new issue