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.

22 lines
481 B

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