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.

23 lines
533 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. - dep ensure
  12. - go generate ./...
  13. - mkdir /output
  14. - go build -a -installsuffix cgo -ldflags="-s -w" -o /output/${CMD} ./cmd/${CMD}
  15. matrix:
  16. CMD:
  17. - rpdata-graphiql
  18. - rpdata-lb2charimport
  19. - rpdata-lb2logimport
  20. - rpdata-wikifileimport
  21. - rpdata-ensurechannels
  22. - rpdata-as2storyimport