mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-17 06:29:40 +02:00
try again
This commit is contained in:
@@ -39,7 +39,6 @@ script:
|
|||||||
fi
|
fi
|
||||||
- if [ $RUN_DEMO == "YES" ]; then
|
- if [ $RUN_DEMO == "YES" ]; then
|
||||||
xcodebuild -workspace CoreStore.xcworkspace -scheme "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO clean build | xcpretty -c;
|
xcodebuild -workspace CoreStore.xcworkspace -scheme "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO clean build | xcpretty -c;
|
||||||
xcodebuild -workspace CoreStore.xcworkspace -scheme "CoreStoreDemo" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO clean build | xcpretty -c;
|
|
||||||
fi
|
fi
|
||||||
- if [ $POD_LINT == "YES" ]; then
|
- if [ $POD_LINT == "YES" ]; then
|
||||||
pod lib lint --quick;
|
pod lib lint --quick;
|
||||||
|
|||||||
Reference in New Issue
Block a user