Skip to content

cli_test_utils: Use absl::Span passing substream IDs to create au… #413

cli_test_utils: Use absl::Span passing substream IDs to create au…

cli_test_utils: Use absl::Span passing substream IDs to create au… #413

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
linux-amd64:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/iamf-tools-builder
with:
platform: linux
macos-arm64:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/iamf-tools-builder
with:
platform: macos
macos-amd64:
runs-on: macos-12
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/iamf-tools-builder
with:
platform: macos
windows:
runs-on: windows-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/iamf-tools-builder
with:
platform: windows