releasing

This commit is contained in:
Liam Galvin 2018-11-24 20:08:55 +00:00
parent e83f07a563
commit 18535a9593
1 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ jobs:
- checkout
- run: make build-linux
- persist_to_workspace:
root: release
root: bin
paths:
- bin/linux
- linux
build-darwin:
docker:
- image: karalabe/xgo-latest:latest
@ -32,9 +32,9 @@ jobs:
- checkout
- run: make build-darwin
- persist_to_workspace:
root: release
root: bin
paths:
- bin/darwin
- darwin
release:
docker:
- image: circleci/golang:latest