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

14 lines
457 B
YAML
Raw Normal View History

2016-10-19 08:55:36 +03:00
language: objective-c
2019-03-26 15:56:27 +03:00
osx_image: xcode10.2
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:
2019-03-26 16:01:30 +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.2,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;
2018-11-02 05:47:18 +03:00
notifications:
slack: exyte:kdo9FNtTOFMuMqAyyvZPDAD7