mirror of
https://github.com/exyte/Macaw.git
synced 2024-11-11 01:42:35 +03:00
10 lines
278 B
YAML
10 lines
278 B
YAML
language: objective-c
|
|
osx_image: xcode9
|
|
|
|
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,name=iPhone 6,OS=11.0' | xcpretty;
|