Another try with Travis CI, this time no clean action, as it fails with
xcodebuild build clean Scheme Tests is not currently configured for the clean action.
Showing
1 changed file
with
5 additions
and
6 deletions
@@ -14,14 +14,13 @@ before_install: | @@ -14,14 +14,13 @@ before_install: | ||
14 | script: | 14 | script: |
15 | 15 | ||
16 | - pod lib lint | 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 | - cd Tests | 23 | - cd Tests |
25 | - pod update | 24 | - pod update |
26 | - cd .. | 25 | - cd .. |
27 | - - xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' clean test | ||
26 | + - xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test |
-
Please register or login to post a comment