Use Circle CI for macOS builds (#2105)

* base circle

* use xcode
This commit is contained in:
Philippe Potvin 2017-08-21 16:14:19 -04:00 committed by Leo Lamprecht
parent 0df4ae07cb
commit b5e9496d18

11
circle.yml Normal file
View file

@ -0,0 +1,11 @@
machine:
xcode:
version: 8.2
dependencies:
override:
- yarn install
deployment:
release:
tag: /.*/
commands:
- yarn run dist