File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,17 @@ script:
34
34
else
35
35
xcodebuild -workspace PusherSwift.xcworkspace -scheme "$SCHEME" -destination "$DESTINATION" -sdk "$SDK" test -enableCodeCoverage YES | xcpretty -tc;
36
36
fi
37
+ before_script :
38
+ - carthage bootstrap
37
39
before_deploy :
38
40
- carthage build --no-skip-current --verbose
39
41
- carthage archive PusherSwift
40
42
deploy :
41
43
provider : releases
42
44
api_key :
43
- secure : JX093TPx+8Rvgd58s5KkmQQM0/i2cwSiSfRydqFHmN96wny5DHxxF0GOj/4kERHMS7R/gQYXCDtAoEAe0OP0ULD9PLH9D51G6KZQ1LKQPpzOK4ydJc3o9/CvcSrJpWmgSoGquOH0EITXxR4xaP3QrvmFx5mV48XHuZbMRjUlR8I=
44
- file :
45
- - " PusherSwift.framework.zip"
45
+ secure : cjodA0I5fTEU60M+W1NNCj18EpL7yt3uxLN1aeexN33HfRoo153oi4jV/FWlPtQ4QC5FhFF+Nbc69V2paOSrI4iht+UB2Hb0jYTuHWv8ecYa33GFksl7zD9BCf8D3RZqIagTzJC7Vf0FqKKlspZMwIMAL02Z5uwsp5h4Zjrq8lo=
46
+ file : PusherSwift.framework.zip
46
47
skip_cleanup : true
47
48
on :
48
49
repo : pusher-community/pusher-websocket-swift
49
- tags : true
50
+ tags : true
You can’t perform that action at this time.
0 commit comments