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

15 lines
451 B
YAML
Raw Normal View History

language: swift
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-05-29 14:40:25 +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;
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