Skip to content

Features/automatic update #17

Features/automatic update

Features/automatic update #17

Workflow file for this run

name: 'Verify Compilation'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [ synchronize, opened, reopened, ready_for_review ]
jobs:
build:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create Xcode project
run: swift package generate-xcodeproj
- name: Build Xcode project
run: xcodebuild -sdk iphonesimulator