mirror of https://github.com/liamg/aminal.git
releasing
This commit is contained in:
parent
e83f07a563
commit
18535a9593
|
@ -21,9 +21,9 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make build-linux
|
- run: make build-linux
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: release
|
root: bin
|
||||||
paths:
|
paths:
|
||||||
- bin/linux
|
- linux
|
||||||
build-darwin:
|
build-darwin:
|
||||||
docker:
|
docker:
|
||||||
- image: karalabe/xgo-latest:latest
|
- image: karalabe/xgo-latest:latest
|
||||||
|
@ -32,9 +32,9 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make build-darwin
|
- run: make build-darwin
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: release
|
root: bin
|
||||||
paths:
|
paths:
|
||||||
- bin/darwin
|
- darwin
|
||||||
release:
|
release:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:latest
|
- image: circleci/golang:latest
|
||||||
|
|
Loading…
Reference in New Issue