forked from music-notation-swift/music-notation-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
13 lines (13 loc) · 879 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
language: objective-c
osx_image: xcode9.4
script:
- xcodebuild clean build build-for-testing -project MusicNotationCore/MusicNotationCore.xcodeproj -scheme MusicNotationCoreMac -sdk macosx | xcpretty
- xcodebuild test-without-building -project MusicNotationCore/MusicNotationCore.xcodeproj -scheme MusicNotationCoreMac -sdk macosx | xcpretty
- xcodebuild build -project MusicNotationCore/MusicNotationCore.xcodeproj -scheme MusicNotationCoreiOS -sdk iphoneos | xcpretty
- xcodebuild build -project MusicNotationCore/MusicNotationCore.xcodeproj -scheme MusicNotationCoreTV -sdk appletvos | xcpretty
- xcodebuild build -project MusicNotationCore/MusicNotationCore.xcodeproj -scheme MusicNotationCoreWatch -sdk watchos | xcpretty
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
slack: musicnotationswift:GAuOCY6YxRaZHrDvGRXRF9Im
email: false