Revision 1467e175cab1ff7a158095f0dab274fa5750b6eb authored by Denys Smirnov on 23 February 2018, 10:54:23 UTC, committed by Denys Smirnov on 23 February 2018, 11:05:31 UTC
1 parent 1c3bf91
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