Skip to content

Commit e14f9f5

Browse files
committed
Update the CI build script for macOS demo
1 parent db04af2 commit e14f9f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ script:
4040

4141
- echo Build example
4242
- pod install --project-directory=Example
43-
- xcodebuild build -workspace Example/SDWebImageSVGCoder.xcworkspace -scheme SDWebImageSVGCoder-Example -sdk iphonesimulator -destination 'name=iPhone 6s' -configuration Debug | xcpretty -c
43+
- xcodebuild build -workspace Example/SDWebImageSVGCoder.xcworkspace -scheme 'SDWebImageSVGCoder-Example' -sdk iphonesimulator -destination 'name=iPhone 6s' -configuration Debug | xcpretty -c
44+
- xcodebuild build -workspace Example/SDWebImageSVGCoder.xcworkspace -scheme 'SDWebImageSVGCoder-Example macOS' -sdk macosx -configuration Debug | xcpretty -c

0 commit comments

Comments
 (0)