mirror of
https://github.com/exyte/Macaw.git
synced 2024-11-11 01:42:35 +03:00
10 lines
397 B
YAML
10 lines
397 B
YAML
language: objective-c
|
|
osx_image: xcode9.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,name=iPhone 6,OS=11.2' | xcpretty;
|
|
- set -o pipefail && xcodebuild build -project Macaw.xcodeproj -scheme 'MacawOSX' ONLY_ACTIVE_ARCH=NO | xcpretty; |