Skip to content

Commit

Permalink
add ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiebe committed Feb 9, 2024
1 parent d20ecaf commit c968426
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
brew install cocoapods
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install java 19.0.1-tem

# cd into actual project root
cd ../../../
./gradlew app:ios:podinstall

0 comments on commit c968426

Please sign in to comment.