@@ -192,56 +192,6 @@ jobs:
192192 -scheme GooglePlacesSwiftXCFrameworkDemos \
193193 -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
194194
195- build-GoogleNavigation :
196- runs-on : macos-latest
197-
198- steps :
199- - name : Checkout repository
200- uses : actions/checkout@v2
201-
202- - name : Install CocoaPods
203- run : |
204- sudo gem install cocoapods
205-
206- - name : Run pod install
207- run : |
208- pod install --project-directory=GoogleNavigation/
209-
210- - name : Build project
211- run : |
212- echo "Replacing #error for API key"
213- sed -i .prev '/#error/'d GoogleNavigation/GoogleNavXCFrameworkDemos/SDKDemoAPIKey.h
214-
215- echo "Building"
216- xcodebuild -workspace GoogleNavigation/GoogleNavXCFrameworkDemos.xcworkspace \
217- -scheme GoogleNavigationXCFrameworkDemos \
218- -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
219-
220- build-GoogleNavigation-Swift :
221- runs-on : macos-latest
222-
223- steps :
224- - name : Checkout repository
225- uses : actions/checkout@v2
226-
227- - name : Install CocoaPods
228- run : |
229- sudo gem install cocoapods
230-
231- - name : Run pod install
232- run : |
233- pod install --project-directory=GoogleNavigation-Swift/
234-
235- - name : Build project
236- run : |
237- echo "Replacing #error for API key"
238- sed -i .prev '/#error/'d GoogleNavigation-Swift/GoogleNavSwiftXCFrameworkDemos/Swift/SDKDemoAPIKey.swift
239-
240- echo "Building"
241- xcodebuild -workspace GoogleNavigation-Swift/GoogleNavSwiftXCFrameworkDemos.xcworkspace \
242- -scheme GoogleNavigationSwiftXCFrameworkDemos \
243- -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
244-
245195 build-current-place-on-map :
246196 runs-on : macos-latest
247197
@@ -286,53 +236,6 @@ jobs:
286236 -scheme map-with-marker \
287237 -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
288238
289- build-places-address-form :
290- runs-on : macos-latest
291-
292- steps :
293- - name : Checkout repository
294- uses : actions/checkout@v2
295-
296- - name : Install CocoaPods
297- run : |
298- sudo gem install cocoapods
299-
300- - name : Run pod install
301- run : |
302- pod install --project-directory=tutorials/places-address-form/
303-
304- - name : Build project
305- run : |
306- echo "Building"
307- xcodebuild -workspace tutorials/places-address-form.xcworkspace \
308- -scheme places-address-form \
309- -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 8 build | xcpretty
310-
311- build-MapsPlacesDemo-form :
312- runs-on : macos-latest
313-
314- steps :
315- - name : Checkout repository
316- uses : actions/checkout@v2
317-
318- - name : Install CocoaPods
319- run : |
320- sudo gem install cocoapods
321-
322- - name : Run pod install
323- run : |
324- pod install --project-directory=MapsAndPlacesDemo/
325-
326- - name : Build project
327- run : |
328- echo "Replacing #error for API key"
329- sed -i .prev '/#error/'d MapsAndPlacesDemo/MapsAndPlacesDemo/ApiKeys.swift
330-
331- echo "Building"
332- xcodebuild -workspace MapsAndPlacesDemo/MapsAndPlacesDemo.xcworkspace \
333- -scheme MapsAndPlacesDemo \
334- -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 11 build | xcpretty
335-
336239 test : # used as required status check
337240 runs-on : ubuntu-latest
338241 needs :
@@ -343,11 +246,8 @@ jobs:
343246 - build-GoogleMaps-Swift
344247 - build-GooglePlaces
345248 - build-GooglePlaces-Swift
346- - build-GoogleNavigation
347- - build-GoogleNavigation-Swift
348249 - build-current-place-on-map
349250 - build-map-with-marker
350- - build-places-address-form
351- - build-MapsPlacesDemo-form
352251 steps :
353252 - run : echo "Fail if all other steps are not successful"
253+
0 commit comments