Revision afe897edb705a6f8e034e95a7e1f8c1995a2164a authored by 3pCode on 08 January 2019, 14:47:49 UTC, committed by 3pCode on 08 January 2019, 14:47:49 UTC
1 parent b6c9348
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