Skip to content

Rework framework layout to not require helper script #1

Rework framework layout to not require helper script

Rework framework layout to not require helper script #1

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build-macos:
name: Build for macOS
runs-on: macos-15
steps:
- uses: actions/checkout@v6
- uses: maxim-lobanov/setup-xcode@v1
- name: Build and test
run: xcodebuild -project EmbeddedPython.xcodeproj -scheme EmbeddedPython -destination 'platform=macOS' build