1 files changed, 3 insertions(+), 1 deletions(-)
M .build.yml
M .build.yml => .build.yml +3 -1
@@ 7,7 7,9 @@ environment:
GOPATH: /tmp/go
GOBIN: /tmp/go/bin
tasks:
- - build: |
+ - fetch: |
cd yggdrasil-go-coap
go get -v
+ - build: |
+ cd yggdrasil-go-coap
go build