2015-11-26 01:26:03 +03:00
|
|
|
machine:
|
|
|
|
xcode:
|
|
|
|
version: "7.0"
|
|
|
|
|
2015-11-26 02:23:19 +03:00
|
|
|
dependencies:
|
2017-01-18 04:57:24 +03:00
|
|
|
override:
|
|
|
|
- npm run release:
|
|
|
|
timeout: 1200
|
2015-11-26 02:23:19 +03:00
|
|
|
cache_directories:
|
2015-11-26 03:26:59 +03:00
|
|
|
- "node_modules"
|
2015-12-01 01:29:43 +03:00
|
|
|
|
|
|
|
deployment:
|
|
|
|
release:
|
|
|
|
tag: /v.*/
|
|
|
|
owner: docker
|
|
|
|
commands:
|
2016-01-14 22:52:15 +03:00
|
|
|
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Mac.zip --name Kitematic-$(echo $CIRCLE_TAG | cut -c2-)-Mac.zip
|
|
|
|
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Windows.zip --name Kitematic-$(echo $CIRCLE_TAG | cut -c2-)-Windows.zip
|
2016-06-14 07:34:36 +03:00
|
|
|
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Ubuntu.zip --name Kitematic-$(echo $CIRCLE_TAG | cut -c2-)-Ubuntu.zip
|