pcgamedb/build.sh

5 lines
193 B
Bash
Raw Normal View History

2024-09-24 06:17:11 -04:00
go install github.com/swaggo/swag/cmd/swag@latest
swag init
CGO_ENABLED=0
2024-11-15 02:02:45 -05:00
go build -o pcgamedb -ldflags "-s -w -X github.com/nitezs/pcgamedb/constant.Version=$(git describe --tags --always)" .