mirror of
https://github.com/exyte/Macaw.git
synced 2024-11-20 15:30:31 +03:00
15 lines
460 B
YAML
15 lines
460 B
YAML
language: swift
|
|
osx_image: xcode11.5
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator13.5 ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=13.5,name=iPhone 11 Pro' | xcpretty;
|
|
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'MacawOSX' ONLY_ACTIVE_ARCH=NO | xcpretty;
|
|
|
|
|
|
notifications:
|
|
slack: exyte:kdo9FNtTOFMuMqAyyvZPDAD7
|