-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy path.travis.yml
28 lines (28 loc) · 1.38 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
osx_image: xcode11.5
os: osx
language: objective-c
xcode_project: TBAlertControllerDemo
xcode_scheme: TBActionSheetKit
xcode_sdk: iphoneos13.5
env:
global:
- FRAMEWORK_NAME=TBActionSheetKit
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
before_script:
#- carthage bootstrap
before_deploy:
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME
script: xcodebuild -project Example/TBAlertControllerDemo.xcodeproj -scheme TBAlertControllerDemo
-configuration Release -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
deploy:
provider: releases
token:
secure: S8vW03RVhPHqs/nXaH0JJm36q2qcS0HnJVZdSSc3a8VkDovLdpTbH7OeNYT+/V+keekhnamrfI9KwEOKqEr34kP24BAv4d6Ej5mIqZ7Y+13IIU6BLaPV9WjBmJKl9af8zPMM6AwtgrWm3pnMp8IW3J+0Uz1N6UKe06P+Kuqljc0IzaOGShnEBcIQMu+XZEQXaAe+HOti/+Wzu9eta+HZgNS6Ne8YxFdjPXR1Vyempd3+hDW3BltprS3yrut30Q94XgGanTHQ4m3xX36SyupGl88790mxr9SNAHORlJIJOla/Dda1LNA6+f2GFSQuBoSXe5uAPOZOoqIyDSoda192gESM048TeIc6GbooofnSbGB4Jmk+lqBrYpHkJwoY7uxFcBK1h1IaHld6YQy9mVvtLBrjm8jIq0yamc+PD5wu4DWOhc68RPq4JjNTTM7AWkhGARodlKFa/9uow3qds3KSmsWkEFWuhP1VzyxDsu3iSwchWbP7UiVcpfnlEHIReeiQVsu7H0t1dR2ql7dz2pu7UqEgVpXIPbCAMs1XOe1uwA+inaZmrPhql0m0ARkhKTe6qm/WdbDmHT0g2rNZX8n4Aj471GoJc92Qrr5eflRidbUjauTtjCK2b9RVKRlSsWPLHrVQz5IimejQBRe9CmIbOyCxbDwEYskiVbbMi4YJ26w=
file: TBActionSheetKit.framework.zip
cleanup: true
on:
repo: yulingtianxia/TBActionSheet
tags: true