undo iOS sample project build

Summary:
Temporarily remove the iOS sample project build.
Closes https://github.com/facebook/yoga/pull/475

Differential Revision: D4689718

Pulled By: emilsjolander

fbshipit-source-id: 9249e9d03dfdb60e222f8c3c0f496ec67122ed62
This commit is contained in:
Maxime Ollivier
2017-03-10 10:06:00 -08:00
committed by Facebook Github Bot
parent 7e2ef926ea
commit 136e0c7e52

View File

@@ -40,10 +40,7 @@ before_install:
# iOS # iOS
- | - |
if [[ $TARGET = "ios" ]]; then if [[ $TARGET = "ios" ]]; then
brew outdated xctool || brew upgrade xctool; brew outdated xctool || brew upgrade xctool
gem install xcpretty --no-document --quiet;
gem install cocoapods --pre --no-document --quiet;
pod install --project-directory=YogaKit/YogaKitSample/;
fi fi
# Emscripten (used for js tests) # Emscripten (used for js tests)
@@ -105,8 +102,7 @@ script:
# iOS # iOS
- | - |
if [[ $TARGET = "ios" ]]; then if [[ $TARGET = "ios" ]]; then
buck test --verbose 0 //YogaKit:YogaKitTests --config cxx.default_platform=iphonesimulator-x86_64 && buck test --verbose 0 //YogaKit:YogaKitTests --config cxx.default_platform=iphonesimulator-x86_64
xcodebuild build -workspace YogaKit/YogaKitSample/YogaKitSample.xcworkspace -scheme YogaKitSample -sdk iphonesimulator | xcpretty -c
fi fi
# Android # Android