mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +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
|
name: Build Speculator
|
||||||
command: |
|
command: |
|
||||||
cd scripts/speculator
|
cd scripts/speculator
|
||||||
go build
|
go build -v
|
||||||
|
|
||||||
buildcontinuserv: &buildcontinuserv
|
buildcontinuserv: &buildcontinuserv
|
||||||
name: Build Continuserv
|
name: Build Continuserv
|
||||||
command: |
|
command: |
|
||||||
cd scripts/continuserv
|
cd scripts/continuserv
|
||||||
go build
|
go build -v
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -103,8 +103,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
go get github.com/hashicorp/golang-lru
|
go get -v github.com/hashicorp/golang-lru
|
||||||
go get gopkg.in/fsnotify/fsnotify.v1
|
go get -v gopkg.in/fsnotify/fsnotify.v1
|
||||||
- run: *buildcontinuserv
|
- run: *buildcontinuserv
|
||||||
- run: *buildspeculator
|
- run: *buildspeculator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue