mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
"update path"
This commit is contained in:
parent
948928c06e
commit
220515bbd4
1 changed files with 2 additions and 2 deletions
|
|
@ -140,13 +140,13 @@ build for darwin amd64:
|
|||
variables:
|
||||
GOOS: "darwin"
|
||||
GOARCH: "amd64"
|
||||
GOPATH: "~/go/"
|
||||
GOPATH: "/go/"
|
||||
script:
|
||||
- mkdir -p ~/go/bin
|
||||
- rm -r lattice
|
||||
- tar -xvf lattice.tar.gz
|
||||
- go get github.com/rakyll/statik
|
||||
- ~/go/bin/statik -src=lattice
|
||||
- $GOPATH/bin/statik -src=lattice
|
||||
- make build FLAGS="-o featurebase_darwin_amd64"
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue