1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00

make binaries executable

This commit is contained in:
Jesse Duffield 2018-08-08 08:02:33 +10:00
parent 2a25ce014b
commit 8cc444182f

View File

@ -27,7 +27,10 @@ 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" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
- gox -os="linux darwin windows" -arch="amd64" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...
- chmod +x ./lazygit_windows_amd64.exe
- chmod +x ./lazygit_darwin_amd64
- chmod +x ./lazygit_linux_amd64
- ls
- ls */*
deploy: