mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
26 lines
367 B
YAML
26 lines
367 B
YAML
machine:
|
|
xcode:
|
|
version: 8.2
|
|
|
|
dependencies:
|
|
pre:
|
|
- npm install -g yarn
|
|
override:
|
|
- yarn
|
|
|
|
test:
|
|
override:
|
|
- yarn test
|
|
|
|
deployment:
|
|
artifacts:
|
|
branch: /.*/
|
|
owner: zeit
|
|
commands:
|
|
- yarn run dist -- -p 'never'
|
|
- cp dist/*.zip $CIRCLE_ARTIFACTS
|
|
release:
|
|
tag: /.*/
|
|
owner: zeit
|
|
commands:
|
|
- yarn run dist
|