Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Path

Path #66

Workflow file for this run

name: CalciumJobs
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Gradle
uses: gradle/actions/[email protected]
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 16.1
- name: Test Kotlin
run: ./gradlew allTests
- name: Build with Gradle
run: ./gradlew assembleXCFramework
- name: Install Mint
run: brew install mint
- name: Generate Xcode project
run: mint bootstrap && mint run xcodegen
- name: Build and test iOS
run: xcodebuild test -project Calcium.xcodeproj -scheme CalciumApp -destination "platform=iOS Simulator,OS=17.0.1,name=iPhone 15" -skipMacroValidation