Skip to content

Commit

Permalink
Another try with Travis CI, this time no clean action, as it fails with
Browse files Browse the repository at this point in the history
  xcodebuild build clean
Scheme Tests is not currently configured for the clean action.
  • Loading branch information
bpoplauschi committed Nov 4, 2014
1 parent 8738429 commit 542fc29
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ before_install:
script:

- pod lib lint
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphoneos clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphoneos clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphoneos clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphonesimulator build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphonesimulator build

- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' clean build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator build

- cd Tests
- pod update
- cd ..
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' clean test
- xctool -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator test

0 comments on commit 542fc29

Please sign in to comment.