Skip to content

update documentation of route module #535

update documentation of route module

update documentation of route module #535

Workflow file for this run

name: MacOS cmake
on:
push:
branches: [ master, development, automation ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: fetchall
run: git fetch --tags --all
- name: dependencies
run: brew install pkgconfig libxml2 glibmm libxml++ jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate xerces-c jpeg
- name: make
run: mkdir build && cd build && cmake -B . -S ../ && make