Merge branch 'development' of github.com:gisogrimm/tascar into develo… #540
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 make | |
on: | |
push: | |
branches: [ master, development ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: fetchall | |
run: git fetch --unshallow --tags | |
- 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 cunit | |
- name: make | |
run: make -j 4 | |
- name: test | |
run: make unit-tests test |