SDWebImage/.travis.yml

26 lines
945 B
YAML
Raw Normal View History

2014-11-03 04:53:45 +08:00
language: objective-c
2015-10-31 00:36:10 +08:00
osx_image: xcode7.1
2014-11-03 04:53:45 +08:00
before_install:
- export LANG=en_US.UTF-8
- env
- locale
- gem install cocoapods --quiet
- pod --version
- pod setup --silent
- pod repo update --silent
script:
- pod lib lint --allow-warnings
2015-03-17 22:14:33 +08:00
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator -arch i386 build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphonesimulator -arch i386 build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphonesimulator -arch i386 build
2014-11-03 04:53:45 +08:00
2015-03-17 22:14:33 +08:00
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator -arch i386 build
2014-11-03 04:53:45 +08:00
2015-03-17 22:14:33 +08:00
- pod install --project-directory=Tests
- xcodebuild -workspace SDWebImage.xcworkspace -scheme 'Tests' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test