mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
[travis] Life Without CocoaPods.
This commit is contained in:
parent
dd0ad80889
commit
ad73c86c64
@ -8,6 +8,7 @@ install: echo "<3"
|
||||
env:
|
||||
- MODE=tests
|
||||
- MODE=examples
|
||||
- MODE=life-without-cocoapods
|
||||
script: ./build.sh $MODE
|
||||
|
||||
# whitelist
|
||||
|
||||
13
build.sh
13
build.sh
@ -47,4 +47,17 @@ if [ "$MODE" = "examples" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$MODE" = "life-without-cocoapods" ]; then
|
||||
echo "Verifying that AsyncDisplayKit functions as a static library."
|
||||
|
||||
xctool \
|
||||
-workspace "smoke-tests/Life Without CocoaPods/Life Without CocoaPods.xcworkspace" \
|
||||
-scheme "Life Without CocoaPods" \
|
||||
-sdk "$SDK" \
|
||||
-destination "$PLATFORM" \
|
||||
build
|
||||
trap - EXIT
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "Unrecognised mode '$MODE'."
|
||||
|
||||
@ -0,0 +1,88 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0620"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "058968EE1ABCE06E0059CE2A"
|
||||
BuildableName = "Life Without CocoaPods.app"
|
||||
BlueprintName = "Life Without CocoaPods"
|
||||
ReferencedContainer = "container:Life Without CocoaPods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
<Testables>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "058968EE1ABCE06E0059CE2A"
|
||||
BuildableName = "Life Without CocoaPods.app"
|
||||
BlueprintName = "Life Without CocoaPods"
|
||||
ReferencedContainer = "container:Life Without CocoaPods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "058968EE1ABCE06E0059CE2A"
|
||||
BuildableName = "Life Without CocoaPods.app"
|
||||
BlueprintName = "Life Without CocoaPods"
|
||||
ReferencedContainer = "container:Life Without CocoaPods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "058968EE1ABCE06E0059CE2A"
|
||||
BuildableName = "Life Without CocoaPods.app"
|
||||
BlueprintName = "Life Without CocoaPods"
|
||||
ReferencedContainer = "container:Life Without CocoaPods.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
Loading…
x
Reference in New Issue
Block a user