blob: 724504486f43cd6875ce2952ea98a30df4f3dce4 [file] [log] [blame]
language: objective-c
osx_image: xcode7.1
sudo: false
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
matrix:
- DESTINATION="OS=9.1,name=iPhone 6s" SDK=iphonesimulator9.1
- DESTINATION="OS=9.0,name=iPhone 6 Plus" SDK=iphonesimulator9.1
- DESTINATION="OS=8.4,name=iPhone 6" SDK=iphonesimulator9.1
- DESTINATION="OS=8.3,name=iPhone 5S" SDK=iphonesimulator9.1
- DESTINATION="OS=8.2,name=iPhone 5" SDK=iphonesimulator9.1
- DESTINATION="OS=8.1,name=iPhone 4S" SDK=iphonesimulator9.1
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- git submodule update
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild -project examples/app/GOSSpritedAnimationView.xcodeproj -scheme GOSSpritedAnimationView -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;