Skip to content

Commit

Permalink
feat: add cocoapods ios example build step
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed Dec 6, 2023
1 parent 947271b commit b8e800e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,16 @@ jobs:
env:
path: "iOSExampleRiskSPM/RiskExample.xcodeproj"
scheme: Risk

# TODO: Uncomment when Risk SDK CocoaPods iOS Example is ready
# - name: Risk Pod Update
# run: |
# cd iOS\ Example\ Frame
# pod update

# - name: Build Risk SDK CocoaPods iOS Example
# run: |
# set -o pipefail && xcodebuild "build" "-workspace" "${path}" "-scheme" "${scheme}" "-configuration" "${configuration}" "-destination" "${destination}" "${noIndex}" "${noSigning}" | xcpretty
# env:
# path: "iOSExampleRiskCocoapods/iOSExampleRiskCocoapods.xcworkspace"
# scheme: "iOSExampleRiskCocoapods"

0 comments on commit b8e800e

Please sign in to comment.