Skip to content

Commit

Permalink
Create ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-powell committed Nov 29, 2023
1 parent fb5da55 commit 574d0d6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: iOS CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: macos-latest
steps:
- shell: bash
run: ./gradlew :shared:generateDummyFramework

- name: Set up cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: latest

- shell: bash
name: Install Dependencies
run: |
cd iosApp
pod install --verbose
4 changes: 2 additions & 2 deletions iosApp/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 574d0d6

Please sign in to comment.