Browse Source

Droning building Sun Jan 21 18:38:50 -02 2018

luis 7 years ago
parent
commit
171349b7f4
1 changed files with 5 additions and 6 deletions
  1. 5 6
      .drone.yml

+ 5 - 6
.drone.yml

@@ -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: