Skip to content

chore: README

chore: README #5

Workflow file for this run

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