File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ before_install:
14
14
script :
15
15
16
16
- pod lib lint
17
- - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean build
18
- - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphoneos clean build
19
- - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphoneos clean build
20
- - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphoneos clean build
17
+ - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator build
18
+ - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphonesimulator build
19
+ - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphonesimulator build
21
20
22
- - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' clean build
21
+ - xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator build
23
22
24
23
- cd Tests
25
24
- pod update
26
25
- cd ..
27
- - xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' clean test
26
+ - xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test
You can’t perform that action at this time.
0 commit comments