Skip to content

Final Vocal Onset changes in SemanticOnsets.cpp #316

Final Vocal Onset changes in SemanticOnsets.cpp

Final Vocal Onset changes in SemanticOnsets.cpp #316

Workflow file for this run

name: macOS CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: deps
run: brew install polyml boost meson ninja mercurial boost
- name: repoint
run: ./repoint install
- name: configure
run: meson setup build
- name: make
run: |
ninja -C build
cp build/expressive-means.dylib .
cp build/tests .
- name: archive-plugin
uses: actions/upload-artifact@v3
with:
name: plugin
path: |
expressive-means.dylib
expressive-means.cat
expressive-means.n3
- name: archive-tests
uses: actions/upload-artifact@v3
with:
name: tests
path: |
tests