Skip to content

chore: Xcode project update #91

chore: Xcode project update

chore: Xcode project update #91

Workflow file for this run

name: ci-mac
on: [push]
jobs:
ci:
runs-on: macos-latest
strategy:
matrix:
run-config:
- { scheme: 'SRPXX', configuration: 'Debug', project: 'SRPXX.xcodeproj', build: 1, analyze: 1, test: 1, info: 1, destination: 'platform=macOS' }
- { scheme: 'SRPXX', configuration: 'Release', project: 'SRPXX.xcodeproj', build: 1, analyze: 1, test: 1, info: 1, destination: 'platform=macOS' }
- { scheme: 'SRPXX-Debug', configuration: 'Debug', project: 'SRPXX.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
- { scheme: 'SRPXX-Debug', configuration: 'Release', project: 'SRPXX.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- uses: macmade/[email protected]