Skip to content

Commit

Permalink
编译全源码+测试代码和示例代码
Browse files Browse the repository at this point in the history
  • Loading branch information
shaovie committed Jul 30, 2023
1 parent cd35efb commit 0b9a48c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# sh build.sh map
# sh build.sh
GOOS=linux GOARCH=amd64 go build -tags $1 goev
GOOS=linux GOARCH=amd64 go build -o /dev/null example/techempower.go
GOOS=linux GOARCH=amd64 go build -o /dev/null example/reuseport.go
GOOS=linux GOARCH=amd64 go test -o /dev/null -c .

0 comments on commit 0b9a48c

Please sign in to comment.