File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode9
2
+ osx_image : xcode9.4
3
3
4
4
env :
5
5
global :
8
8
9
9
addons :
10
10
ssh_known_hosts : github.com
11
-
11
+
12
12
notifications :
13
13
email : false
14
-
14
+
15
15
before_install :
16
16
- env
17
17
- locale
@@ -32,7 +32,7 @@ script:
32
32
33
33
- echo Build example
34
34
- pod install --project-directory=Example
35
- - xcodebuild build -workspace SDWebImageWebPCoder.xcworkspace -scheme SDWebImageWebPCoderExample -sdk iphonesimulator -destination 'platform=iOS Simulator, name=iPhone 8 ' -configuration Debug | xcpretty -c
35
+ - xcodebuild build -workspace SDWebImageWebPCoder.xcworkspace -scheme SDWebImageWebPCoderExample -sdk iphonesimulator -destination 'name=iPhone 6s ' -configuration Debug | xcpretty -c
36
36
37
37
# - echo Run the tests
38
38
# - xcodebuild test -workspace Example/SDImageWebPCoderExample.xcworkspace -scheme 'SDImageWebPCoderTests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8' -configuration Debug | xcpretty -c
You can’t perform that action at this time.
0 commit comments