Revision 8b2ad736a6ff7a835fee0ebf93f4cd3fcabe1798 authored by Luis Fung on 14 February 2019, 20:46:26 UTC, committed by Luis Fung on 14 February 2019, 20:46:26 UTC
1 parent 45c1d16
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