Skip to content

Commit

Permalink
Build ios debug ios app
Browse files Browse the repository at this point in the history
  • Loading branch information
egorikftp committed Oct 14, 2024
1 parent 818b627 commit 17f830c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Cache Pods
uses: actions/cache@v3
with:
path: app/ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('app/ios/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Make secrets.properties
run: echo ${{ secrets.SECRETS_PROPERTIES }} | base64 --decode > secrets.properties

Expand All @@ -68,4 +76,4 @@ jobs:
xcode-version: latest-stable

- name: Build app
run: xcodebuild -workspace app/ios/grodno-roads-ios.xcworkspace -scheme grodno-roads-ios -sdk iphonesimulator -destination 'name=iPhone 16' build
run: xcodebuild -workspace app/ios/grodno-roads-ios.xcworkspace -scheme grodno-roads-ios -sdk iphonesimulator build

0 comments on commit 17f830c

Please sign in to comment.