Skip to content

Fix the compilation to check if CI is working fine #8

Fix the compilation to check if CI is working fine

Fix the compilation to check if CI is working fine #8

Workflow file for this run

name: iOS CI
on:
push:
# branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: Build with Xcode
run: xcodebuild build -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 15 Pro' -verbose