Skip to content

fix: Added STSS to the Xcode and VS projects #18

fix: Added STSS to the Xcode and VS projects

fix: Added STSS to the Xcode and VS projects #18

Workflow file for this run

name: ci-win
on: [push]
jobs:
ci:
runs-on: windows-2022
strategy:
matrix:
run-config:
- { platform: 'x64', toolset: 'x64', configuration: 'Debug', solution: 'ISOBMFF.sln' }
- { platform: 'x64', toolset: 'x64', configuration: 'Release', solution: 'ISOBMFF.sln' }
- { platform: 'x86', toolset: 'x64', configuration: 'Debug', solution: 'ISOBMFF.sln' }
- { platform: 'x86', toolset: 'x64', configuration: 'Release', solution: 'ISOBMFF.sln' }
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[ 'solution' ] }} - ${{ matrix.run-config[ 'configuration' ] }} - ${{ matrix.run-config[ 'platform' ] }}