File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode9.4
2+ osx_image : xcode11.2
33
44env :
55 global :
@@ -15,10 +15,9 @@ notifications:
1515before_install :
1616 - env
1717 - locale
18- - gem install cocoapods --no-rdoc --no-ri --no- document --quiet
19- - gem install xcpretty --no-rdoc --no-ri --no- document --quiet
18+ - gem install cocoapods --no-document --quiet
19+ - gem install xcpretty --no-document --quiet
2020 - pod --version
21- - pod setup --silent > /dev/null
2221 - pod repo update --silent
2322 - xcpretty --version
2423 - xcodebuild -version
@@ -32,14 +31,14 @@ script:
3231
3332 - echo Build example
3433 - pod install --project-directory=Example
35- - xcodebuild build -workspace Example/SDWebImagePhotosPlugin.xcworkspace -scheme SDWebImagePhotosPlugin-Example -sdk iphonesimulator - destination 'name=iPhone 8' ONLY_ACTIVE_ARCH=NO | xcpretty -c
34+ - xcodebuild build -workspace Example/SDWebImagePhotosPlugin.xcworkspace -scheme SDWebImagePhotosPlugin-Example -destination 'platform=iOS Simulator, name=iPhone 11 Pro' -configuration Debug | xcpretty -c
3635
3736 - echo Clean DerivedData
37+ - rm -rf ~/Library/Developer/Xcode/DerivedData/
3838 - mkdir DerivedData
39- - rm -rf ~/Library/Developer/Xcode/DerivedData
4039
4140 - echo Run the tests
42- - xcodebuild test -workspace Example/SDWebImagePhotosPlugin.xcworkspace -scheme 'SDWebImagePhotosPlugin_Tests' -sdk iphonesimulator - destination 'platform=iOS Simulator,name=iPhone 8 ' -configuration Debug | xcpretty -c
41+ - xcodebuild test -workspace Example/SDWebImagePhotosPlugin.xcworkspace -scheme 'SDWebImagePhotosPlugin_Tests' -destination 'platform=iOS Simulator,name=iPhone 11 Pro ' -configuration Debug | xcpretty -c
4342 - mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/iOS
4443
4544after_success :
You can’t perform that action at this time.
0 commit comments