Skip to content

Commit 6a9c912

Browse files
authored
clean up makefile (#6)
1 parent 7b7d075 commit 6a9c912

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Makefile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,3 @@ cover:
66
go test -coverprofile=go-cover.profile -timeout 5s ./...
77
go tool cover -html=go-cover.profile
88
rm go-cover.profile
9-
10-
# release:
11-
# gox -output "dist/sqlvet_{{.OS}}_{{.Arch}}" \
12-
# -ldflags "-X main.gitCommit=`git rev-list -1 HEAD`" \
13-
# -osarch="linux/amd64" \
14-
# -osarch="windows/amd64" \
15-
# -osarch="freebsd/amd64" \
16-
# -osarch="openbsd/amd64" \
17-
# -osarch="netbsd/amd64" \
18-
# -osarch="darwin/amd64" \
19-
# ./...
20-
# ghr -t ${GITHUB_TOKEN} \
21-
# -u houqp \
22-
# --draft \
23-
# -r sqlvet \
24-
# -c `git rev-parse HEAD` \
25-
# --replace `git describe --tags` \
26-
# ./dist/

0 commit comments

Comments
 (0)