1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00
Macaw/.travis.yml
2019-05-29 17:35:41 +07:00

14 lines
511 B
YAML

language: objective-c
osx_image: xcode10.2
branches:
only:
- master
script:
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=12.2,name=iPhone X' | xcpretty;
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'MacawOSX' -sdk macosx ONLY_ACTIVE_ARCH=NO -destination 'platform='OS X',arch=x86_64' | xcpretty;
notifications:
slack: exyte:kdo9FNtTOFMuMqAyyvZPDAD7