|
@@ -2,12 +2,11 @@ pipeline:
|
|
|
backend:
|
|
|
image: golang
|
|
|
commands:
|
|
|
- - make backend
|
|
|
- #- GOPATH=$(pwd)/go/deps:$(pwd)/go
|
|
|
- #- go get ./go/src/...
|
|
|
- #- go get -t ./go/src/...
|
|
|
- #- go test ./go/src/...
|
|
|
- #- CGO_ENABLED=0 go build flowserver
|
|
|
+ - GOPATH=$(pwd)/go/deps:$(pwd)/go
|
|
|
+ - go get ./go/src/...
|
|
|
+ - go get -t ./go/src/...
|
|
|
+ - go test ./go/src/...
|
|
|
+ - CGO_ENABLED=0 go build flowserver/cmd/flowserver
|
|
|
frontend:
|
|
|
image: node:6
|
|
|
commands:
|