mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
31 lines
480 B
YAML
31 lines
480 B
YAML
language: objective-c
|
|
|
|
os: osx
|
|
osx_image: xcode11.4
|
|
|
|
sudo: false # Enable container-based builds
|
|
|
|
env:
|
|
matrix:
|
|
- SCHEME="SwiftGit2-OSX"
|
|
- SCHEME="SwiftGit2-iOS"
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
before_install:
|
|
- gem update bundler # https://github.com/bundler/bundler/pull/4981
|
|
- gem install xcpretty
|
|
- gem install xcpretty-travis-formatter
|
|
|
|
install: script/bootstrap
|
|
|
|
script: script/cibuild
|
|
|
|
branches:
|
|
only: # whitelist
|
|
- master
|
|
|
|
notifications:
|
|
email: false
|