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
View 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