GraphQL API and utilities for the rpdata project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
586 B

  1. workspace:
  2. base: /go
  3. path: src/git.aiterp.net/rpdata/api
  4. pipeline:
  5. build:
  6. environment:
  7. - CGO_ENABLED=0
  8. image: golang:1.10
  9. commands:
  10. - go get -u github.com/golang/dep/cmd/dep
  11. - go get -u github.com/jteeuwen/go-bindata/...
  12. - dep ensure
  13. - go generate ./...
  14. - mkdir /output
  15. - go build -a -installsuffix cgo -ldflags="-s -w" -o /output/${CMD} ./cmd/${CMD}
  16. matrix:
  17. CMD:
  18. - rpdata-graphiql
  19. - rpdata-lb2charimport
  20. - rpdata-lb2logimport
  21. - rpdata-wikifileimport
  22. - rpdata-ensurechannels
  23. - rpdata-as2storyimport