File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 11language : swift
22osx_image : xcode9
3- xcode_project : HamsterUIKit.xcodeproj
4- xcode_scheme : HamsterUIKit
5- env :
6- global :
7- - FRAMEWORK_NAME=<HamsterUIKit>
83before_install :
94- brew update
10- - brew outdated carthage || brew upgrade carthage
11- before_script :
12- before_deploy :
13- - carthage build --no-skip-current
14- deploy :
15- provider : releases
16- api_key : 71fef5dddc56d1b8b34e6a387e8e352104a491f6
17- file : ' '
18- on :
19- repo : Howardw3/HamsterUIKit
5+ - brew install carthage || brew outdated carthage || brew upgrade carthage
6+ branches :
7+ only :
8+ - master
9+ script :
10+ - set -o pipefail && xcodebuild build test -project HamsterUIKit.xcodeproj -scheme HamsterUIKit -destination 'platform=iOS Simulator,name=iPhone SE,OS=10.3.1' | xcpretty --color
You can’t perform that action at this time.
0 commit comments