Revision afd94a7908655faa8b79e32db671d5b9523f1935 authored by sah607 on 21 September 2017, 22:21:12 UTC, committed by sah607 on 21 September 2017, 22:21:12 UTC
2 parent s 32d89a8 + 0b6f22e
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