pull/10/head v0.15
Hunter Long 2018-06-18 12:25:29 -07:00
parent 65e159a5a4
commit 9c2cc65c7c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ services:
- mongodb
env:
- VERSION=0.14
- VERSION=0.15
matrix:
allow_failures:

View File

@ -14,7 +14,7 @@ xgo --targets=linux/386 --dest=build -ldflags="-X main.VERSION=$VERSION" ./
xgo --targets=windows/amd64 --dest=build -ldflags="-X main.VERSION=$VERSION" ./
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o build/statup-linux-static .
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-X main.VERSION=$VERSION -w -extldflags "-static"' -o build/statup-linux-static .
cd build
ls