From b8e210dae9cf02f81f082fa76f0657b9985f97f6 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sun, 12 Jun 2016 21:11:35 +0300 Subject: [PATCH] Added the watch framework build to the Travis CI script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4f7979c..71c6983 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ script: - echo Build as dynamic framework - xcodebuild clean build -workspace SDWebImage.xcworkspace -scheme 'SDWebImage iOS' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c - xcodebuild clean build -workspace SDWebImage.xcworkspace -scheme 'SDWebImage tvOS' -sdk appletvsimulator -configuration Debug | xcpretty -c + - xcodebuild clean build -workspace SDWebImage.xcworkspace -scheme 'SDWebImage watchOS' -sdk watchsimulator -configuration Debug | xcpretty -c - echo Build the Demo app - xcodebuild clean build -workspace SDWebImage.xcworkspace -scheme 'SDWebImage Demo' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c