1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-03 16:06:58 +00:00

Create config.yml

This commit is contained in:
Eugene Pankov
2019-08-08 12:48:14 +02:00
parent a8eb0d8346
commit ae40f009a0

20
.circleci/config.yml Normal file

@@ -0,0 +1,20 @@
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