add carthage to fastfile
This commit is contained in:
parent
a17eabbe42
commit
f43aef1fe2
|
|
@ -10,6 +10,8 @@ before_all do |lane, options|
|
|||
sh("rm -rf #{podsReposPath}")
|
||||
end
|
||||
|
||||
carthage(platform: "iOS")
|
||||
|
||||
cocoapods(
|
||||
clean: true,
|
||||
repo_update: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue