Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Nov 23, 2024
1 parent a0be717 commit 7b11d6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
if: runner.os == 'linux' && matrix.csound-branch == 'develop'
run: |
git clone -b develop https://github.com/csound/csound --depth 1
cd csound
sudo apt-get update && sudo apt-get install cmake libsndfile1-dev libasound2-dev libjack-dev portaudio19-dev libportmidi-dev libpulse-dev swig liblua5.1-0-dev default-jdk libfltk1.1-dev libfluidsynth-dev liblo-dev fluid ladspa-sdk libpng-dev dssi-dev libstk0-dev libgmm++-dev bison flex libportsmf-dev libeigen3-dev libcunit1-dev
mkdir build && cd build && cmake .. -DUSE_MP3=0
mkdir build && cd build
cmake .. -DUSE_MP3=0
cmake --build . --parallel
sudo make install
# sudo cmake --install .
Expand Down

0 comments on commit 7b11d6b

Please sign in to comment.