Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Feb 15, 2024
1 parent cf0fd64 commit c156a7e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@ test_task:
ls test/*.flac
csound -z1 2>&1 | grep dict_
csound -z1 2>&1 | grep dict_ || true # csound exits this with 1...
risset download poly beosc
ls -l *.dylib
risset show else
risset man mtro
risset info --full
risset makedocs
31 changes: 26 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
csound -o test/lfnoise-linux-git.flac --format=flac test/lfnoise.csd
cp test/*.flac artifacts
risset show else
risset man mtro
risset info --full
risset makedocs
echo "Uninstalling risset"
risset remove klib else
pip uninstall --yes risset
Expand All @@ -45,14 +50,19 @@ jobs:
pip install risset -U
risset update
risset list
risset install else
risset install else klib
echo "-------------------------------"
echo "Checking that the plugin is installed and recognized by csound"
csound -z1 2>&1 | grep atstop
csound -o test/lfnoise-linux-pip.flac --format=flac test/lfnoise.csd
cp test/*.flac artifacts
risset remove else
risset show else
risset man mtro
risset info --full
risset makedocs
risset remove else klib
pip uninstall --yes risset
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -100,7 +110,12 @@ jobs:
csound -o test/lfnoise-linux-pip.flac --format=flac test/lfnoise.csd
risset remove klib
risset show else
risset man mtro
risset info --full
risset makedocs
risset remove klib else
pip uninstall --yes risset
testmacos:
Expand Down Expand Up @@ -153,9 +168,10 @@ jobs:
mkdir -p artifacts
cp test/*.flac artifacts
brew install jq
risset show else
file $(risset info | jq -r .pluginspath)/*.dylib
risset man mtro
risset info --full
risset makedocs
risset remove klib else
pip uninstall --yes risset
Expand All @@ -175,6 +191,11 @@ jobs:
mkdir -p artifacts
cp test/*.flac artifacts
risset show else
risset man mtro
risset info --full
risset makedocs
risset remove else
pip uninstall --yes risset
Expand Down

0 comments on commit c156a7e

Please sign in to comment.