Files
DockPhobia/.github/workflows/xcode.yml
2025-05-31 12:29:21 +01:00

22 lines
402 B
YAML

name: Xcode - Build and Analyze
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
env:
scheme: ${{ 'default' }}
run: |
xcodebuild archive