Skip to content

fix(Tests): Fixed tests compilation on Windows #89

fix(Tests): Fixed tests compilation on Windows

fix(Tests): Fixed tests compilation on Windows #89

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]