Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunhuang committed Jan 26, 2018
1 parent eb30d24 commit 029d65d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@

# binarys
guard
guard.linux_386
guard.linux_amd64
guard.macos_amd64
guard.windows_386.exe
guard.windows_amd64.exe
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ cover:

profiling:
go test -bench=. -cpuprofile cpu.out -memprofile mem.out $(ARGS)

release: clean fmt vet test
GOOS=linux GOARCH=amd64 go build -o guard.linux_amd64

0 comments on commit 029d65d

Please sign in to comment.