tabby/.circleci/config.yml

21 lines
321 B
YAML
Raw Permalink Normal View History

2019-08-08 18:48:14 +08:00
version: 2
jobs:
build:
macos:
xcode: "11.0.0"
steps:
- checkout
- run:
name: Build
command: ./build/travis.sh
- store_artifacts:
path: dist/*.dmg
destination: DMG
- store_artifacts:
path: dist/*.pkg
destination: PKG