Skip to content

add safety checks in calibration dialog to avoid excessive levels #368

add safety checks in calibration dialog to avoid excessive levels

add safety checks in calibration dialog to avoid excessive levels #368

Workflow file for this run

name: MacOS make
on:
push:
branches: [ master, development ]
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 glibmm jack liblo libsndfile gtkmm3 eigen boost gsl fftw libsamplerate xerces-c libltc gtksourceviewmm3 coreutils adwaita-icon-theme jpeg libmatio
- name: make
run: make
- name: test
run: make test