Skip to content

Commit

Permalink
ios CI
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Nov 21, 2024
1 parent 7fd7b3e commit af21a3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/fuse-ios-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
- name: Fetch Dependencies
run: ./fetch_deps.sh
working-directory: ios
shell: bash
- name: Create Google API key
run: |
echo '<?xml version="1.0" encoding="UTF-8"?>' > "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
Expand All @@ -26,6 +27,8 @@ runs:
echo ' <string>${{ inputs.google_maps_api_key }}</string>' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '</dict>' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
echo '</plist' >> "plugins/google-maps/GoogleMap Test App/GoogleMap Test App/secrets.plist"
shell: bash
- name: Build
run: ./build.sh
working-directory: ios
run: ./build.sh
working-directory: ios
shell: bash
2 changes: 2 additions & 0 deletions .github/workflows/ios17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
paths:
- 'ios/**'
- '.github/workflows/ios17.yml'
- '.github/actions/fuse-ios-setup/action.yml'
pull_request:
paths:
- 'ios/**'
- '.github/workflows/ios17.yml'
- '.github/actions/fuse-ios-setup/action.yml'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ios18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
paths:
- 'ios/**'
- '.github/workflows/ios18.yml'
- '.github/actions/fuse-ios-setup/action.yml'
pull_request:
paths:
- 'ios/**'
- '.github/workflows/ios18.yml'
- '.github/actions/fuse-ios-setup/action.yml'

jobs:
build:
Expand Down

0 comments on commit af21a3b

Please sign in to comment.