Skip to content

Commit

Permalink
remove linux pluginval
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryuhoo committed Feb 5, 2022
1 parent 30e9af0 commit 7a7f43a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/fire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,15 @@ jobs:
message(FATAL_ERROR "Running tests failed!")
endif()
- name: Pluginval Linux
working-directory: build
if: runner.os == 'Linux'
run: |
curl -L "https://github.com/Tracktion/pluginval/releases/download/v0.3.0/pluginval_${{ runner.os }}.zip" -o pluginval.zip
unzip pluginval
# start xvfb in the background
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
./pluginval --strictness-level 5 --validate-in-process --verbose --output-dir "." --validate "${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}/VST3/${{ env.PROJECT_NAME }}.vst3"
# - name: Pluginval Linux
# working-directory: build
# if: runner.os == 'Linux'
# run: |
# curl -L "https://github.com/Tracktion/pluginval/releases/download/v0.3.0/pluginval_${{ runner.os }}.zip" -o pluginval.zip
# unzip pluginval
# # start xvfb in the background
# sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
# ./pluginval --strictness-level 5 --validate-in-process --verbose --output-dir "." --validate "${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}/VST3/${{ env.PROJECT_NAME }}.vst3"

- name: Pluginval Mac
working-directory: build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ include(FetchContent)
FetchContent_Declare(
JUCE
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
GIT_TAG 6.1.2
GIT_TAG 6.1.5
)
FetchContent_MakeAvailable(JUCE)

Expand Down

0 comments on commit 7a7f43a

Please sign in to comment.