https://github.com/google/cayley
Revision 0b6f22e3c3e71a36a54de15aee099c7d2c9733d7 authored by Michael Qiu on 21 September 2017, 22:11:42 UTC, committed by GitHub on 21 September 2017, 22:11:42 UTC
1 parent bf2903e
Raw File
Tip revision: 0b6f22e3c3e71a36a54de15aee099c7d2c9733d7 authored by Michael Qiu on 21 September 2017, 22:11:42 UTC
Update cayley_example.yml
Tip revision: 0b6f22e
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