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
459 B

workspace:
base: /go
path: src/git.aiterp.net/rpdata/api
pipeline:
environment:
- CGO_ENABLED=0
build:
image: golang:1.10
commands:
- dep ensure
- go generate ./...
- go build -a -installsuffix cgo -ldflags="-s -w" -o /output/${CMD} ./cmd/${CMD}
matrix:
CMD:
- rpdata-graphiql
- rpdata-lb2charimport
- rpdata-lb2logimport
- rpdata-wikifileimport
- rpdata-ensurechannels
- rpdata-as2storyimport