Skip to content

Commit

Permalink
Build ios app in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Feb 1, 2024
1 parent be40928 commit 76c12e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ jobs:
- name: Run Tests
working-directory: test-json
run: bash run-all-tests.sh --platform=ios --jar=../examples/iosExample/smartype.jar
- name: Build iOS app
run: xcodebuild -workspace SmartypeExample.xcworkspace -scheme SmartypeExample -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest'
generate-all:
name: "Generate, All Platforms "
needs: build-smartype
Expand Down

0 comments on commit 76c12e9

Please sign in to comment.