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.
This commit is contained in:
parent
87384290a4
commit
542fc29808
11
.travis.yml
11
.travis.yml
|
@ -14,14 +14,13 @@ before_install:
|
||||||
script:
|
script:
|
||||||
|
|
||||||
- pod lib lint
|
- pod lib lint
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean build
|
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator build
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphoneos clean build
|
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphonesimulator build
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphoneos clean build
|
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphonesimulator build
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphoneos clean build
|
|
||||||
|
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' clean build
|
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator build
|
||||||
|
|
||||||
- cd Tests
|
- cd Tests
|
||||||
- pod update
|
- pod update
|
||||||
- cd ..
|
- cd ..
|
||||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' clean test
|
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test
|
Loading…
Reference in New Issue