renaming Orbit tests task to ci: it now runs all linter + tests + build the gotenberg binary

This commit is contained in:
Julien Neuhart
2018-04-06 15:24:49 +02:00
parent ee44f09212
commit e12deba4bb
7 changed files with 15 additions and 14 deletions

View File

@@ -21,5 +21,8 @@ else
done
fi
# Builds the Linux binary.
env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags "-X main.version=${VERSION}" && mv gotenberg _build/;
# Bye!
exit 0;