Refine CI config.

This commit is contained in:
kishikawakatsumi
2013-08-14 18:09:13 +09:00
parent e45e532fb5
commit 5dc901f47b
3 changed files with 12 additions and 12 deletions

7
.xctool-args Normal file
View File

@@ -0,0 +1,7 @@
[
"-project", "UICKeyChainStore.xcodeproj",
"-scheme", "Tests",
"-configuration", "Debug",
"-sdk", "iphonesimulator",
"-arch", "i386"
]

View File

@@ -3,20 +3,12 @@ TEST_TARGET = Tests
test:
xctool \
-project $(PROJECT) \
-scheme $(TEST_TARGET) \
-sdk iphonesimulator \
-configuration Debug \
clean test \
ONLY_ACTIVE_ARCH=NO \
TEST_AFTER_BUILD=YES
test-with-coverage:
xctool \
-project $(PROJECT) \
-scheme $(TEST_TARGET) \
-sdk iphonesimulator \
-configuration Debug \
clean test \
ONLY_ACTIVE_ARCH=NO \
TEST_AFTER_BUILD=YES \
@@ -24,6 +16,7 @@ test-with-coverage:
GCC_GENERATE_TEST_COVERAGE_FILES=YES
send-coverage:
find ./ -name "*Test.gcno" | xargs rm
coveralls \
-e UICKeyChainStore \
-e UICKeyChainStoreTests \

View File

@@ -22,10 +22,10 @@
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
buildForRunning = "NO"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DE20786117AEBDA100B126C9"