Revision 1e6056b8e81bbe22a05157242810766784b493cd authored by Denys Smirnov on 06 February 2018, 14:46:46 UTC, committed by Denys Smirnov on 05 March 2018, 16:13:54 UTC
1 parent 3091e67
Raw File
build.sh
#!/usr/bin/env bash
go build -ldflags="-X github.com/cayleygraph/cayley/version.GitHash=$(git rev-parse HEAD | cut -c1-12)" -v ./cmd/cayley
back to top