Skip to content

[CodeClean] util function to get stream-id #88

[CodeClean] util function to get stream-id

[CodeClean] util function to get stream-id #88

Workflow file for this run

name: macos
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
- name: homebrew
run: |
# temporarily disabled, because it always fails these days.
# brew update
brew install cask
- name: install minimal requirements
run: brew install meson ninja pkg-config cmake libffi glib gstreamer numpy json-glib
- uses: BSFishy/[email protected]
with:
action: build
# TODO: add more subplugins to be built
# TODO: add unit testing
# TODO: add valgrind testing