add safety checks in calibration dialog to avoid excessive levels #529
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 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 |