Implement universal framework

This commit is contained in:
Kyle Fuller
2014-12-25 23:35:55 +00:00
parent 5d61043f8c
commit 5a080f92cc
12 changed files with 87 additions and 21 deletions

View File

@@ -3,5 +3,7 @@ osx_image: xcode61
before_install:
- gem install cocoapods
- gem install xcpretty
script: xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c; exit ${PIPESTATUS[0]}
script:
- set -o pipefail
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c