updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paul 2022-03-19 15:32:49 +01:00
parent 83995c26a5
commit b1b7302c7a

View File

@ -13,6 +13,8 @@ environment:
steps: steps:
- name: build - name: build
image: golang image: golang
environment:
VERSION: dev
commands: commands:
- apt-get update -y - apt-get update -y
- apt-get install libczmq-dev -y - apt-get install libczmq-dev -y
@ -39,6 +41,7 @@ steps:
- name: build - name: build
image: golang image: golang
commands: commands:
- export VERSION=$DRONE_TAG
- apt-get update -y - apt-get update -y
- apt-get install libczmq-dev -y - apt-get install libczmq-dev -y
- go generate $SRCFILES - go generate $SRCFILES