mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-04-28 17:24:58 +08:00
Refine CI config.
This commit is contained in:
7
.xctool-args
Normal file
7
.xctool-args
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
"-project", "UICKeyChainStore.xcodeproj",
|
||||
"-scheme", "Tests",
|
||||
"-configuration", "Debug",
|
||||
"-sdk", "iphonesimulator",
|
||||
"-arch", "i386"
|
||||
]
|
||||
9
Makefile
9
Makefile
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user