mark2web/build.sh

5 lines
207 B
Bash
Raw Normal View History

2019-02-18 13:05:30 +01:00
#!/bin/sh
2019-02-20 09:02:54 +01:00
mkdir -p dist
go build -v -ldflags "-X main.Version=`cat VERSION` -X main.GitHash=`git rev-parse HEAD` -X main.BuildTime=`date -u '+%Y-%m-%d_%I:%M:%S%p'`" -o dist/mark2web-${GOOS}-${GOARCH}${ext}