mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-16 17:40:00 +00:00
Create config.yml
This commit is contained in:
parent
a8eb0d8346
commit
ae40f009a0
20
.circleci/config.yml
Normal file
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
|
Loading…
x
Reference in New Issue
Block a user