[CodeClean] util function to get stream-id #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |