mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
more debugging by print statement
This commit is contained in:
parent
640d12cb6c
commit
1337a9dfaa
1 changed files with 5 additions and 3 deletions
|
|
@ -141,12 +141,14 @@ build for darwin amd64:
|
|||
GOOS: "darwin"
|
||||
GOARCH: "amd64"
|
||||
script:
|
||||
- tar -xvf lattice.tar.gz
|
||||
- ls
|
||||
- go get github.com/rakyll/statik
|
||||
- go install github.com/rakyll/statik@latest
|
||||
- /go/bin/statik -h
|
||||
- tar -xvf lattice.tar.gz
|
||||
- ls -al /go
|
||||
- which statik
|
||||
- ls -al /go/bin
|
||||
- /go/bin/statik -src=lattice
|
||||
- ls
|
||||
- make build FLAGS="-o featurebase_darwin_amd64"
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue