Skip to content

Merge pull request #27 from IABTechLab/ian-update-action-versions #31

Merge pull request #27 from IABTechLab/ian-update-action-versions

Merge pull request #27 from IABTechLab/ian-update-action-versions #31

Workflow file for this run

name: CMake macOS
on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
compiler: [clang]
build_type: [debug, release]
steps:
- uses: actions/checkout@v3
- name: Dev environment
run: |
${{github.workspace}}/tools/install-macos-deps.sh
- name: Build and Test
run: ${{github.workspace}}/tools/build.sh ${{matrix.build_type}}-${{matrix.compiler}}