Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Include circle mac yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
  • Loading branch information
jmorganca committed Jan 16, 2016
1 parent 0cc6bec commit 9cb5363
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 11 additions & 0 deletions circle-mac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine:
xcode:
version: "7.0"

deployment:
release:
tag: /v.*/
owner: docker
commands:
- github-release upload --user docker --repo toolbox --tag $CIRCLE_TAG --file dist/DockerToolbox.exe --name DockerToolbox-$(echo $CIRCLE_TAG | cut -c2-).exe
- github-release upload --user docker --repo toolbox --tag $CIRCLE_TAG --file dist/DockerToolbox.pkg --name DockerToolbox-$(echo $CIRCLE_TAG | cut -c2-).pkg
7 changes: 0 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@ dependencies:
test:
post:
- cp dist/* $CIRCLE_ARTIFACTS

deployment:
release:
tag: /v.*/
owner: docker
commands:
- git push --tags -f git@github.com:docker/toolbox-release.git

0 comments on commit 9cb5363

Please sign in to comment.