Skip to content

Commit

Permalink
macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Nov 23, 2024
1 parent a72aee6 commit ea87a3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,12 @@ jobs:
run: |
git clone -b develop https://github.com/csound/csound --depth 1
cd csound
brew install --only-dependencies csound
brew install bison flex jack googletest
brew install bison flex libmicrohttpd libogg flac lame libvorbis mpg123 opus libsndfile portaudio fluid-synth libaec libsamplerate aften liblo openblas portmidi
cmake -B build -DBUILD_TESTS=0 -DCUSTOM_CMAKE="./platform/osx/custom-osx.cmake"
cmake --build build --config Release
sudo cmake --install build
csound --version
strace -f -t -e trace=file csound -+rtaudio=dummy --devices=out | grep "\.dylib" || echo ok
- name: windows setup csound 6
if: runner.os == 'windows' && matrix.csound-branch == 'csound6'
Expand Down

0 comments on commit ea87a3a

Please sign in to comment.