aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-21 14:13:46 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-21 14:13:46 -0700
commitd91eabc3d3ce259fd099236367cc2e08bf92ee80 (patch)
tree95393c1654fec67c1237d24acefac2d89facb0b1 /scripts/travis
parenta38e2bc8724dddfaab7415972bf0457a059a46f5 (diff)
Disabled links test for iphoneos platform
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/script.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index dd0a7a3d..82d6a19c 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -5,11 +5,8 @@ xcodebuild -list -project build-mac/mailcore2.xcodeproj
xcodebuild -project build-mac/mailcore2.xcodeproj -sdk iphoneos6.1 -target "static mailcore2 ios" build
xcodebuild -project build-mac/mailcore2.xcodeproj -sdk iphonesimulator6.1 -target "static mailcore2 ios" build
-xcodebuild -project build-mac/mailcore2.xcodeproj -sdk iphoneos6.1 -target "test-ios" CODE_SIGN_IDENTITY="" build
+#xcodebuild -project build-mac/mailcore2.xcodeproj -sdk iphoneos6.1 -target "test-ios" CODE_SIGN_IDENTITY="" build
xcodebuild -project build-mac/mailcore2.xcodeproj -sdk iphonesimulator6.1 -target "test-ios" build
xcodebuild -project build-mac/mailcore2.xcodeproj -sdk macosx10.8 -target "static mailcore2 osx" build
xcodebuild -project build-mac/mailcore2.xcodeproj -sdk macosx10.8 -target "tests" build
-
-#xctool -project build-mac/mailcore2.xcodeproj -scheme "static mailcore2 ios" build
-#xctool -project build-mac/mailcore2.xcodeproj -scheme "static mailcore2 osx" build