Skip to content

Commit

Permalink
mv build-releash.sh to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Apr 28, 2019
1 parent 2f36a43 commit 2a9fb0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ _testmain.go
*.prof
client/client
server/server
build/*
.DS_Store
4 changes: 4 additions & 0 deletions build/build-release.sh → build-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash
BUILD_DIR=$(dirname "$0")/build
mkdir -p $BUILD_DIR
cd $BUILD_DIR

sum="sha1sum"

echo "If you need reproducible build, export GO111MODULE=on first"
Expand Down

0 comments on commit 2a9fb0b

Please sign in to comment.