mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-08 23:08:27 +00:00
Do quick build even on test failure
This commit is contained in:
parent
17d5f2bbfc
commit
48603a1619
2
build.sh
2
build.sh
@ -4,7 +4,7 @@ version=$(git describe --always)
|
|||||||
buildDir=dist
|
buildDir=dist
|
||||||
|
|
||||||
if [[ -z $1 ]] ; then
|
if [[ -z $1 ]] ; then
|
||||||
go test ./... || exit 1
|
go test ./...
|
||||||
go build -ldflags "-X main.Version $version" \
|
go build -ldflags "-X main.Version $version" \
|
||||||
&& nrsc syncthing gui
|
&& nrsc syncthing gui
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user