mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
f9609abda4
commit
f0ef970aa6
|
@ -10,9 +10,9 @@ versions:
|
|||
- /^v/
|
||||
|
||||
platforms:
|
||||
# not compiling presently
|
||||
# looks like canonical's fork of go-flags (several years old) doesn't support unix.Prctl properly on darwin
|
||||
# - darwin
|
||||
# not compiling presently
|
||||
# looks like canonical's fork of go-flags (several years old) doesn't support unix.Prctl properly on darwin
|
||||
# - darwin
|
||||
- linux
|
||||
|
||||
build:
|
||||
|
@ -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
|
||||
- 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