File tree 3 files changed +30
-0
lines changed
3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ignore :
2
+ - " /tests/*"
3
+ comment :
4
+ layout : " header, diff"
5
+ behavior : default
6
+ require_changes : no
7
+ coverage :
8
+ status :
9
+ project :
10
+ default :
11
+ target : auto
12
+ threshold : null
13
+ base : auto
14
+ paths : " sources/*"
Original file line number Diff line number Diff line change
1
+ 4.0
Original file line number Diff line number Diff line change
1
+ language : objective-c
2
+ osx_image : xcode9
3
+ branches :
4
+ only :
5
+ - master
6
+
7
+ before_install :
8
+ - gem install xcpretty
9
+
10
+ script :
11
+ - xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-macOS test | xcpretty
12
+ - xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-iOS test | xcpretty
13
+ - xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-watchOS test | xcpretty
14
+ - xcrun xcodebuild -project TweetNacl.xcodeproj -scheme TweetNacl-tvOS test | xcpretty
15
+ after_success : bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments