File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode9.4
2
+ osx_image : xcode11.2
3
3
4
4
env :
5
5
global :
@@ -15,10 +15,9 @@ notifications:
15
15
before_install :
16
16
- env
17
17
- 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
20
20
- pod --version
21
- - pod setup --silent > /dev/null
22
21
- pod repo update --silent
23
22
- xcpretty --version
24
23
- xcodebuild -version
@@ -34,5 +33,5 @@ script:
34
33
35
34
- echo Build example
36
35
- pod install --project-directory=Example
37
- - xcodebuild build -workspace Example/SDWebImageAVIFCoder.xcworkspace -scheme 'SDWebImageAVIFCoder-Example' -sdk iphonesimulator -destination 'name=iPhone 8 ' -configuration Debug | xcpretty -c
36
+ - xcodebuild build -workspace Example/SDWebImageAVIFCoder.xcworkspace -scheme 'SDWebImageAVIFCoder-Example' -sdk iphonesimulator -destination 'platform=iOS Simulator, name=iPhone 11 Pro ' -configuration Debug | xcpretty -c
38
37
- xcodebuild build -workspace Example/SDWebImageAVIFCoder.xcworkspace -scheme 'SDWebImageAVIFCoder-Example macOS' -sdk macosx -configuration Debug | xcpretty -c
You can’t perform that action at this time.
0 commit comments