Skip to content

Commit ba1ea85

Browse files
Jason KimJason Kim
authored andcommitted
adding travis-ci support
1 parent fb3133f commit ba1ea85

3 files changed

Lines changed: 98 additions & 1 deletion

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: objective-c
2+
3+
before_install:
4+
- gem install cocoapods
5+
- brew update
6+
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
7+
8+
script:
9+
- xctool -workspace iOS-REST-API-Explorer.xcworkspace -scheme iOS-REST-API-Explorer -sdk iphonesimulator

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OneNote REST API Explorer for iOS
2-
2+
[![Build Status](https://travis-ci.org/OneNoteDev/iOS-REST-API-Explorer.svg)](https://travis-ci.org/OneNoteDev/iOS-REST-API-Explorer)
33

44
**Table of contents**
55

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0630"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "963E9EE61B38C50400D57EAA"
18+
BuildableName = "iOS-REST-API-Explorer.app"
19+
BlueprintName = "iOS-REST-API-Explorer"
20+
ReferencedContainer = "container:iOS-REST-API-Explorer.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "963E9EE61B38C50400D57EAA"
36+
BuildableName = "iOS-REST-API-Explorer.app"
37+
BlueprintName = "iOS-REST-API-Explorer"
38+
ReferencedContainer = "container:iOS-REST-API-Explorer.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
</TestAction>
42+
<LaunchAction
43+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
44+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45+
launchStyle = "0"
46+
useCustomWorkingDirectory = "NO"
47+
buildConfiguration = "Debug"
48+
ignoresPersistentStateOnLaunch = "NO"
49+
debugDocumentVersioning = "YES"
50+
allowLocationSimulation = "YES">
51+
<BuildableProductRunnable
52+
runnableDebuggingMode = "0">
53+
<BuildableReference
54+
BuildableIdentifier = "primary"
55+
BlueprintIdentifier = "963E9EE61B38C50400D57EAA"
56+
BuildableName = "iOS-REST-API-Explorer.app"
57+
BlueprintName = "iOS-REST-API-Explorer"
58+
ReferencedContainer = "container:iOS-REST-API-Explorer.xcodeproj">
59+
</BuildableReference>
60+
</BuildableProductRunnable>
61+
<AdditionalOptions>
62+
</AdditionalOptions>
63+
</LaunchAction>
64+
<ProfileAction
65+
shouldUseLaunchSchemeArgsEnv = "YES"
66+
savedToolIdentifier = ""
67+
useCustomWorkingDirectory = "NO"
68+
buildConfiguration = "Release"
69+
debugDocumentVersioning = "YES">
70+
<BuildableProductRunnable
71+
runnableDebuggingMode = "0">
72+
<BuildableReference
73+
BuildableIdentifier = "primary"
74+
BlueprintIdentifier = "963E9EE61B38C50400D57EAA"
75+
BuildableName = "iOS-REST-API-Explorer.app"
76+
BlueprintName = "iOS-REST-API-Explorer"
77+
ReferencedContainer = "container:iOS-REST-API-Explorer.xcodeproj">
78+
</BuildableReference>
79+
</BuildableProductRunnable>
80+
</ProfileAction>
81+
<AnalyzeAction
82+
buildConfiguration = "Debug">
83+
</AnalyzeAction>
84+
<ArchiveAction
85+
buildConfiguration = "Release"
86+
revealArchiveInOrganizer = "YES">
87+
</ArchiveAction>
88+
</Scheme>

0 commit comments

Comments
 (0)