1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00
Macaw/.travis.yml

15 lines
460 B
YAML
Raw Normal View History

language: swift
2020-06-09 18:21:01 +03:00
osx_image: xcode11.5
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:
2020-06-09 18:33:20 +03:00
- 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;
2019-05-29 14:31:00 +03:00
- set -o pipefail && xcodebuild test -project Macaw.xcodeproj -scheme 'MacawOSX' ONLY_ACTIVE_ARCH=NO | xcpretty;
2018-11-02 05:47:18 +03:00
notifications:
slack: exyte:kdo9FNtTOFMuMqAyyvZPDAD7