2017-08-21 12:14:19 -08:00
|
|
|
machine:
|
|
|
|
|
xcode:
|
2017-11-01 05:44:43 -08:00
|
|
|
version: "9.0"
|
2017-08-21 15:07:48 -08:00
|
|
|
pre:
|
|
|
|
|
- mkdir ~/.yarn-cache
|
2017-08-21 14:04:15 -08:00
|
|
|
|
2017-08-21 12:14:19 -08:00
|
|
|
dependencies:
|
2017-08-21 14:04:15 -08:00
|
|
|
pre:
|
|
|
|
|
- npm install -g yarn
|
2017-08-21 15:07:48 -08:00
|
|
|
- yarn config set cache-folder ~/.yarn-cache
|
|
|
|
|
cache_directories:
|
|
|
|
|
- ~/.yarn-cache
|
2017-08-21 12:14:19 -08:00
|
|
|
override:
|
2017-08-21 14:04:15 -08:00
|
|
|
- yarn
|
|
|
|
|
|
2017-09-19 15:09:39 -08:00
|
|
|
checkout:
|
|
|
|
|
post:
|
|
|
|
|
- if [[ "$CIRCLE_BRANCH" == "canary" ]]; then cp build/canary.icns build/icon.icns; fi
|
|
|
|
|
|
2017-08-21 14:04:15 -08:00
|
|
|
test:
|
|
|
|
|
override:
|
|
|
|
|
- yarn test
|
|
|
|
|
|
2017-08-21 12:14:19 -08:00
|
|
|
deployment:
|
2017-08-21 14:04:15 -08:00
|
|
|
artifacts:
|
2017-08-30 09:39:04 -08:00
|
|
|
branch: /^(?!master$).*$/
|
2017-08-21 14:04:15 -08:00
|
|
|
owner: zeit
|
|
|
|
|
commands:
|
2017-08-21 14:27:58 -08:00
|
|
|
- yarn run dist -- -p 'never'
|
2017-08-21 14:04:15 -08:00
|
|
|
- cp dist/*.zip $CIRCLE_ARTIFACTS
|
2017-08-21 12:14:19 -08:00
|
|
|
release:
|
|
|
|
|
tag: /.*/
|
2017-08-21 14:04:15 -08:00
|
|
|
owner: zeit
|
2017-08-21 12:14:19 -08:00
|
|
|
commands:
|
|
|
|
|
- yarn run dist
|