Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis enhancements #276

Merged
merged 7 commits into from
Mar 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -24,4 +24,5 @@ script:
# Use `travis_wait` when a long running command or compile step regularly takes longer than 10 minutes without producing any output.
# It writes a short line to the build log every minute for 20 minutes, extending the amount of time your command has to finish.
# Prefix `travis_wait` with a greater number. To extend the wait time to 30 minutes:
- travis_wait 30 scan
- travis_wait 15 scan --scheme "AblySpec" --open_report false
- travis_wait 15 scan --scheme "AblyTests" --open_report false
96 changes: 96 additions & 0 deletions Ably.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -806,10 +806,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 856AAC921B6E304B00B07119 /* Build configuration list for PBXNativeTarget "AblySpec" */;
buildPhases = (
D7CEF1281C897FDA004FB242 /* Check Pods Manifest.lock */,
856AAC861B6E304B00B07119 /* Sources */,
856AAC871B6E304B00B07119 /* Frameworks */,
856AAC881B6E304B00B07119 /* Resources */,
59D9648719F190DC8819673E /* Embed Pods Frameworks */,
D7CEF1291C898020004FB242 /* Copy Pods Resources */,
);
buildRules = (
);
@@ -825,10 +827,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 96BF61471A35B2AB004CF2B3 /* Build configuration list for PBXNativeTarget "Ably" */;
buildPhases = (
D7CEF12A1C89805D004FB242 /* Check Pods Manifest.lock */,
96BF612C1A35B2AB004CF2B3 /* Sources */,
96BF612D1A35B2AB004CF2B3 /* Frameworks */,
96BF612E1A35B2AB004CF2B3 /* Headers */,
96BF612F1A35B2AB004CF2B3 /* Resources */,
D7CEF12B1C898088004FB242 /* Copy Pods Resources */,
);
buildRules = (
);
@@ -843,11 +847,13 @@
isa = PBXNativeTarget;
buildConfigurationList = 96BF614A1A35B2AB004CF2B3 /* Build configuration list for PBXNativeTarget "AblyTests" */;
buildPhases = (
D7CEF1271C897F89004FB242 /* Check Pods Manifest.lock */,
96BF61381A35B2AB004CF2B3 /* Sources */,
96BF61391A35B2AB004CF2B3 /* Frameworks */,
96BF613A1A35B2AB004CF2B3 /* Resources */,
1C5DA0141A6E5F8A00A2B7EF /* Copy Files */,
84868A34B9B48A1B2D158EB3 /* Embed Pods Frameworks */,
D7CEF1261C897F53004FB242 /* Copy Pods Resources */,
);
buildRules = (
1C5DA0131A6E5F2700A2B7EF /* PBXBuildRule */,
@@ -960,6 +966,96 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AblyTests/Pods-AblyTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D7CEF1261C897F53004FB242 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AblyTests/Pods-AblyTests-resources.sh\"";
showEnvVarsInLog = 0;
};
D7CEF1271C897F89004FB242 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
D7CEF1281C897FDA004FB242 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
D7CEF1291C898020004FB242 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AblySpec/Pods-AblySpec-resources.sh\"\n";
showEnvVarsInLog = 0;
};
D7CEF12A1C89805D004FB242 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
D7CEF12B1C898088004FB242 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
34 changes: 34 additions & 0 deletions Ably.xcodeproj/xcshareddata/xcschemes/AblySpec.xcscheme
Original file line number Diff line number Diff line change
@@ -5,6 +5,22 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "856AAC891B6E304B00B07119"
BuildableName = "AblyTests.xctest"
BlueprintName = "AblySpec"
ReferencedContainer = "container:Ably.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
@@ -36,6 +52,15 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "856AAC891B6E304B00B07119"
BuildableName = "AblyTests.xctest"
BlueprintName = "AblySpec"
ReferencedContainer = "container:Ably.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
@@ -45,6 +70,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "856AAC891B6E304B00B07119"
BuildableName = "AblyTests.xctest"
BlueprintName = "AblySpec"
ReferencedContainer = "container:Ably.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
34 changes: 34 additions & 0 deletions Ably.xcodeproj/xcshareddata/xcschemes/AblyTests.xcscheme
Original file line number Diff line number Diff line change
@@ -5,6 +5,22 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "96BF613B1A35B2AB004CF2B3"
BuildableName = "AblyTests.xctest"
BlueprintName = "AblyTests"
ReferencedContainer = "container:Ably.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
@@ -36,6 +52,15 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "96BF613B1A35B2AB004CF2B3"
BuildableName = "AblyTests.xctest"
BlueprintName = "AblyTests"
ReferencedContainer = "container:Ably.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
@@ -45,6 +70,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "96BF613B1A35B2AB004CF2B3"
BuildableName = "AblyTests.xctest"
BlueprintName = "AblyTests"
ReferencedContainer = "container:Ably.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">