Verbose building for go scripts
This commit is contained in:
parent
e97a1b4af0
commit
132c5b0f48
1 changed files with 4 additions and 4 deletions
|
@ -49,13 +49,13 @@ buildspeculator: &buildspeculator
|
|||
name: Build Speculator
|
||||
command: |
|
||||
cd scripts/speculator
|
||||
go build
|
||||
go build -v
|
||||
|
||||
buildcontinuserv: &buildcontinuserv
|
||||
name: Build Continuserv
|
||||
command: |
|
||||
cd scripts/continuserv
|
||||
go build
|
||||
go build -v
|
||||
|
||||
version: 2
|
||||
jobs:
|
||||
|
@ -103,8 +103,8 @@ jobs:
|
|||
- run:
|
||||
name: Install Dependencies
|
||||
command: |
|
||||
go get github.com/hashicorp/golang-lru
|
||||
go get gopkg.in/fsnotify/fsnotify.v1
|
||||
go get -v github.com/hashicorp/golang-lru
|
||||
go get -v gopkg.in/fsnotify/fsnotify.v1
|
||||
- run: *buildcontinuserv
|
||||
- run: *buildspeculator
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue