Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce goxz #12

Merged
merged 1 commit into from
Jan 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ deps:
devel-deps: deps
go get ${u} github.com/golang/lint/golint
go get ${u} github.com/mattn/goveralls
go get ${u} github.com/motemen/gobump
go get ${u} github.com/laher/goxc
go get ${u} github.com/Songmu/ghch
go get ${u} github.com/motemen/gobump/cmd/gobump
go get ${u} github.com/Songmu/goxz/cmd/goxz
go get ${u} github.com/Songmu/ghch/cmd/ghch
go get ${u} github.com/tcnksm/ghr

test: deps
Expand All @@ -30,9 +30,9 @@ build: deps
go build -ldflags=$(BUILD_LDFLAGS) ./cmd/ghg

crossbuild: devel-deps
goxc -pv=v$(shell gobump show -r) -build-ldflags=$(BUILD_LDFLAGS) \
-os=linux,darwin,windows,freebsd -arch=amd64 -d=./dist \
-tasks=clean-destination,xc,archive,rmbin
goxz -pv=v$(shell gobump show -r) -build-ldflags=$(BUILD_LDFLAGS) \
-os=linux,darwin,windows,freebsd -arch=amd64 -d=./dist/v$(shell gobump show -r) \
./cmd/ghg

release: devel-deps
_tools/releng
Expand Down