https://github.com/google/cayley
Raw File
Tip revision: f0c86213887dd94e530cca15a8dca8b530533424 authored by Derek Liang on 30 October 2017, 17:43:17 UTC
fix spacing
Tip revision: f0c8621
.relego.yaml
build:
  - platform: src
  - platform: linux
    arch:
      - amd64
      - arm64
      - arm
      - "386"
  - platform: darwin
    arch:
      - "386"
      - amd64
  - platform: windows
    arch:
      - "386"
      - amd64
ld:
  versionPath: "github.com/cayleygraph/cayley/version.Version"
  buildDatePath: "github.com/cayleygraph/cayley/version.BuildDate"
  gitHashPath: "github.com/cayleygraph/cayley/version.GitHash"
mains:
  - "./cmd/cayley"
include:
  - README.md
  - LICENSE
  - AUTHORS
  - CONTRIBUTORS
  - docs
  - static
  - templates
  - cayley_example.yml
  - data
outputDir: "$GOPATH/bin"
back to top