mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +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
|
||||
- gomod
|
||||
- run: make build
|
||||
- store_artifacts:
|
||||
path: bin
|
||||
destination: /
|
||||
|
||||
build_image:
|
||||
working_directory: /go/src/github.com/CityOfZion/neo-go
|
||||
|
|
Loading…
Reference in a new issue