mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Verbose building for go scripts
This commit is contained in:
parent
e97a1b4af0
commit
132c5b0f48
|
|
@ -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…
Reference in a new issue