test/.drone.sh
ston1th 0b8cc02963
All checks were successful
the build was successful
fix master build
2018-12-24 17:25:21 +01:00

5 lines
253 B
Bash
Executable file

#!/bin/sh
VERSION=${DRONE_BUILD_NUMBER}
CGO_ENABLED=0 GOOS=linux go build -v -gcflags '-e' -ldflags "-X main.version=$VERSION -s -w" -o db db.go
CGO_ENABLED=0 GOOS=linux go build -v -gcflags '-e' -ldflags "-X main.version=$VERSION -s -w" -o srv srv.go