Add build specification
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2021-01-18 06:02:21 +01:00
parent 8dadb0c2e4
commit 470b31f241
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 9 additions and 0 deletions

View File

@ -14,3 +14,12 @@ steps:
- mkdir -p $GOPATH/src/github.com/gluster
- cd $GOPATH/src/github.com/gluster
- git clone https://github.com/gluster/gluster-prometheus.git
- name: install deps
image: golang:alpine
commands:
- cd $GOPATH/src/github.com/gluster/gluster-prometheus
- ./scripts/install-reqs.sh
- name: build
image: golang:alpine
commands:
- PREFIX=/usr/local make