From 20b1c19b638ad487561fc1432419908d965d0027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 14 Apr 2016 14:39:41 -0700 Subject: [ios] Run SDK tests on CI Added SDK tests to make test-ios rule. Disabled code coverage. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddb802f09e..fd72966962 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,11 @@ iproj: $(IOS_PROJ_PATH) open $(IOS_WORK_PATH) test-ios: ios + set -o pipefail && xcodebuild \ + ARCHS=i386 ONLY_ACTIVE_ARCH=YES \ + -configuration $(BUILDTYPE) -sdk iphonesimulator \ + -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \ + -workspace $(IOS_WORK_PATH) -scheme CI test | xcpretty ios-sim start ios-sim launch build/ios-all/$(BUILDTYPE)-iphonesimulator/ios-test.app --verbose -- cgit v1.2.1