Make build output more verbose
This commit is contained in:
parent
51211e641b
commit
8e9691943a
|
@ -10,7 +10,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y libolm-dev
|
- apt-get install -y libolm-dev
|
||||||
- go build -ldflags="-s -w" -o matrix-pretix .
|
- go build -ldflags="-s -w" -o matrix-pretix -v .
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|
Loading…
Reference in New Issue