-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI Build attempt
- Loading branch information
Alex Risch
authored and
Alex Risch
committed
Jan 26, 2024
1 parent
6caee4a
commit 4c9445c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: iOS | ||
on: | ||
pull_request: | ||
# Uncomment once working | ||
# files: | ||
# - 'ios/**' | ||
# - 'example/ios/**' | ||
# - 'example/package.json' | ||
jobs: | ||
build: | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-node@v3 | ||
- run: | | ||
cd example | ||
yarn | ||
npx pod-install | ||
yarn ios |