1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-17 16:07:44 +03:00
Macaw/.travis.yml

11 lines
397 B
YAML
Raw Normal View History

2016-10-19 08:55:36 +03:00
language: objective-c
2018-09-04 14:22:25 +03:00
osx_image: xcode10
2016-10-19 08:55:36 +03:00
2017-01-16 18:25:11 +03:00
branches:
only:
- master
2016-10-19 08:55:36 +03:00
script:
2018-09-12 09:10:08 +03:00
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'Macaw iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=12.0,name=iPhone X' | xcpretty;
2018-09-04 14:22:25 +03:00
- set -o pipefail && xcodebuild build -project Macaw.xcodeproj -scheme 'MacawOSX' ONLY_ACTIVE_ARCH=NO | xcpretty;