Revision 7b6e2662ddff019dd535dbb5573ca74c9b17c4b1 authored by Denys Smirnov on 08 February 2019, 21:06:43 UTC, committed by Denys Smirnov on 08 February 2019, 21:06:43 UTC
1 parent 9fc5bb3
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