blob: df6f996b313b796d888137358ced5c52fef91103 [file] [log] [blame]
language: objective-c
osx_image: xcode12.2
before_install:
- gem install slather
script:
- set -o pipefail;
- xcodebuild test -project Source/OCHamcrest.xcodeproj -scheme OCHamcrest -sdk macosx | xcpretty
- xcodebuild test -project Source/OCHamcrest.xcodeproj -scheme libochamcrest -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 8" | xcpretty
- pod spec lint --quick
after_success:
- slather