File tree Expand file tree Collapse file tree 4 files changed +39
-1
lines changed
Functions/Example/FirebaseFunctions.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 30
30
- bundle install
31
31
- gem install xcpretty
32
32
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Example --repo-update
33
+ - ./scripts/if_changed.sh bundle exec pod install --project-directory=Functions/Example
33
34
script :
34
35
- ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
35
36
Original file line number Diff line number Diff line change 23
23
</BuildableReference >
24
24
</TestableReference >
25
25
</Testables >
26
+ <MacroExpansion >
27
+ <BuildableReference
28
+ BuildableIdentifier = " primary"
29
+ BlueprintIdentifier = " 6003F589195388D20070C39A"
30
+ BuildableName = " FirebaseFunctions_Example.app"
31
+ BlueprintName = " FirebaseFunctions_Example"
32
+ ReferencedContainer = " container:FirebaseFunctions.xcodeproj" >
33
+ </BuildableReference >
34
+ </MacroExpansion >
26
35
<AdditionalOptions >
27
36
</AdditionalOptions >
28
37
</TestAction >
36
45
debugDocumentVersioning = " YES"
37
46
debugServiceExtension = " internal"
38
47
allowLocationSimulation = " YES" >
48
+ <BuildableProductRunnable
49
+ runnableDebuggingMode = " 0" >
50
+ <BuildableReference
51
+ BuildableIdentifier = " primary"
52
+ BlueprintIdentifier = " 6003F589195388D20070C39A"
53
+ BuildableName = " FirebaseFunctions_Example.app"
54
+ BlueprintName = " FirebaseFunctions_Example"
55
+ ReferencedContainer = " container:FirebaseFunctions.xcodeproj" >
56
+ </BuildableReference >
57
+ </BuildableProductRunnable >
39
58
<AdditionalOptions >
40
59
</AdditionalOptions >
41
60
</LaunchAction >
45
64
savedToolIdentifier = " "
46
65
useCustomWorkingDirectory = " NO"
47
66
debugDocumentVersioning = " YES" >
67
+ <MacroExpansion >
68
+ <BuildableReference
69
+ BuildableIdentifier = " primary"
70
+ BlueprintIdentifier = " 6003F589195388D20070C39A"
71
+ BuildableName = " FirebaseFunctions_Example.app"
72
+ BlueprintName = " FirebaseFunctions_Example"
73
+ ReferencedContainer = " container:FirebaseFunctions.xcodeproj" >
74
+ </BuildableReference >
75
+ </MacroExpansion >
48
76
</ProfileAction >
49
77
<AnalyzeAction
50
78
buildConfiguration = " Debug" >
Original file line number Diff line number Diff line change @@ -111,6 +111,15 @@ case "$product-$method-$platform" in
111
111
" ${xcb_flags[@]} " \
112
112
build \
113
113
test
114
+
115
+ if [[ $platform == ' iOS' ]]; then
116
+ RunXcodebuild \
117
+ -workspace ' Functions/Example/FirebaseFunctions.xcworkspace' \
118
+ -scheme " FirebaseFunctions_Tests" \
119
+ " ${xcb_flags[@]} " \
120
+ build \
121
+ test
122
+ fi
114
123
;;
115
124
116
125
Firestore-xcodebuild-iOS)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ elif [[ -z "$TRAVIS_COMMIT_RANGE" ]]; then
46
46
else
47
47
case " $PROJECT -$METHOD " in
48
48
Firebase-* )
49
- check_changes ' ^(Firebase|Example)'
49
+ check_changes ' ^(Firebase|Functions| Example)'
50
50
;;
51
51
52
52
Firestore-xcodebuild)
You can’t perform that action at this time.
0 commit comments