Skip to content

Merge pull request #25 from chemag/main #13

Merge pull request #25 from chemag/main

Merge pull request #25 from chemag/main #13

Workflow file for this run

name: ci-mac
on: [push]
jobs:
ci:
runs-on: macos-latest
strategy:
matrix:
run-config:
- { scheme: 'ISOBMFF', configuration: 'Debug', project: 'ISOBMFF.xcodeproj', build: 1, analyze: 1, test: 1, info: 1, destination: 'platform=macOS' }
- { scheme: 'ISOBMFF', configuration: 'Release', project: 'ISOBMFF.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
- { scheme: 'ISOBMFF-Dump', configuration: 'Debug', project: 'ISOBMFF.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
- { scheme: 'ISOBMFF-Dump', configuration: 'Release', project: 'ISOBMFF.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- uses: macmade/[email protected]
- uses: macmade/[email protected]
if: ${{ always() }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
channel: '#ci'
status: ${{ job.status }}
title: ${{ matrix.run-config[ 'scheme' ] }} - ${{ matrix.run-config[ 'configuration' ] }}