Skip to content

Features/automatic update (#33) #18

Features/automatic update (#33)

Features/automatic update (#33) #18

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