Update Version of Cyface iOS SDK #9
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
name: "Build iOS app" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build_and_test: | |
runs-on: macos-15 | |
defaults: | |
run: | |
working-directory: RFR | |
steps: | |
- name: checkout repository | |
uses: actions/checkout@v3 | |
- name: build archive | |
run: | | |
xcodebuild -project RFR.xcodeproj -scheme RFR -destination 'platform=iOS Simulator,name=iPhone SE (3rd generation),OS=latest' clean test -testPlan RFR-CI |