2017-08-21 12:14:19 -08:00
|
|
|
machine:
|
|
|
|
|
xcode:
|
|
|
|
|
version: 8.2
|
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
|
|
|
|
|
|
|
|
|
|
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
|