mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Make the CI clean and build (instead of just clean) (IOS-280) (#1311)
This commit is contained in:
commit
3737005d88
@ -49,7 +49,13 @@ platform :ios do
|
||||
lane :build_only do
|
||||
xcodebuild(
|
||||
clean: true,
|
||||
scheme: "Mastodon")
|
||||
scheme: "#{$appName}"
|
||||
)
|
||||
xcodebuild(
|
||||
build: true,
|
||||
destination: "platform=iOS Simulator,name=iPhone 14 Pro",
|
||||
scheme: "#{$appName}"
|
||||
)
|
||||
end
|
||||
|
||||
desc " Build and deploy the App to App Store Connect & TestFlight"
|
||||
|
Loading…
x
Reference in New Issue
Block a user