mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
f9609abda4
commit
f0ef970aa6
1 changed files with 17 additions and 10 deletions
|
@ -31,9 +31,16 @@ build:
|
|||
- -buildmode=pie
|
||||
script:
|
||||
- go generate ./cmd
|
||||
- run: sed -i 's/Version = ".*"/Version = "v{{version}}"/' version_generated.go
|
||||
working-directory: cmd
|
||||
if: <1.2
|
||||
- go build -v -ldflags="${LDFLAGS}" -o "{{ prefix }}/bin/pebble" --trimpath ./cmd/pebble
|
||||
|
||||
provides:
|
||||
- bin/pebble
|
||||
|
||||
test: test "$(pebble version --client)" = v{{version}}
|
||||
test:
|
||||
- run: pebble version | grep 'client v{{version}}'
|
||||
if: <1.2
|
||||
- run: test "$(pebble version --client)" = v{{version}}
|
||||
if: '>=1.2'
|
||||
|
|
Loading…
Reference in a new issue