mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 23:33:37 +00:00
Merge pull request #327 from nspcc-dev/circleci-binary-artifact
circleci: add artifact store for the binary
This commit is contained in:
commit
0f4a6a7830
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- gomod
|
- gomod
|
||||||
- run: make build
|
- run: make build
|
||||||
|
- store_artifacts:
|
||||||
|
path: bin
|
||||||
|
destination: /
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
working_directory: /go/src/github.com/CityOfZion/neo-go
|
working_directory: /go/src/github.com/CityOfZion/neo-go
|
||||||
|
|
Loading…
Reference in a new issue