We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a0bd commit 6cb0a14Copy full SHA for 6cb0a14
.travis.yml
@@ -24,7 +24,7 @@ script:
24
# - go get -v ./...
25
# - diff -u <(echo -n) <(gofmt -d .) # can't make gofmt ignore vendor directory
26
# - go vet $(go list ./... | grep -v /vendor/)
27
- - if [ "${LATEST}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64" -output="lazygit.." -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
+ - if [ "${LATEST}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64" -output="lazygit.." -ldflags "-X main.Rev=`git rev-parse --short HEAD` -X main.builddate=`date -u +%Y%m%d.%H%M%S`" -verbose ./...; fi
28
deploy:
29
provider: releases
30
skip_cleanup: true
0 commit comments