mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
use gox default output
This commit is contained in:
parent
417cb97dc6
commit
2f50cbf2b8
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ script:
|
|||
# - go get -v ./...
|
||||
# - diff -u <(echo -n) <(gofmt -d .) # can't make gofmt ignore vendor directory
|
||||
# - go vet $(go list ./... | grep -v /vendor/)
|
||||
- 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" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
|
||||
- ls
|
||||
- ls */*
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue