Skip to content

Commit

Permalink
Add pack.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Jun 27, 2017
1 parent a667fb3 commit 377072e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pack.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
setlocal
set DT=%DATE:/=%

set GOARCH=386
go build
zip -9 expect-%DT%-%GOARCH%.zip expect.exe
set GOARCH=amd64
go build
zip -9 expect-%DT%-%GOARCH%.zip expect.exe

endlocal

0 comments on commit 377072e

Please sign in to comment.