Skip to content

Commit

Permalink
Pinned JUCE submodule to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
austrianAudioJV committed Nov 8, 2023
1 parent 65fb7ba commit 0f81bf6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
# os: ubuntu-22.04
# pluginval-binary: ./pluginval
# ccache: ccache
#- name: macOS
# os: macos-12
# pluginval-binary: pluginval.app/Contents/MacOS/pluginval
# ccache: ccache
- name: macOS
os: macos-12
pluginval-binary: pluginval.app/Contents/MacOS/pluginval
ccache: ccache
- name: Windows
os: windows-latest
pluginval-binary: ./pluginval.exe
Expand Down Expand Up @@ -134,13 +134,13 @@ jobs:
echo "AUV3_PATH=${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}/AUv3/${{ env.PRODUCT_NAME }}.appex" >> $GITHUB_ENV
echo "ARTIFACT_NAME=${{ env.PRODUCT_NAME }}-${{ env.VERSION }}-${{ matrix.name }}" >> $GITHUB_ENV
#- name: Pluginval
# working-directory: ${{ env.BUILD_DIR }}
# shell: bash
# run: |
# curl -LO "https://github.com/Tracktion/pluginval/releases/download/v1.0.3/pluginval_${{ matrix.name }}.zip"
# 7z x pluginval_${{ matrix.name }}.zip
# ${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.VST3_PATH }}"
- name: Pluginval
working-directory: ${{ env.BUILD_DIR }}
shell: bash
run: |
curl -LO "https://github.com/Tracktion/pluginval/releases/download/v1.0.3/pluginval_${{ matrix.name }}.zip"
7z x pluginval_${{ matrix.name }}.zip
${{ matrix.pluginval-binary }} --strictness-level 10 --verbose --validate "${{ env.VST3_PATH }}"
- name: Codesign (macOS)
working-directory: ${{ env.BUILD_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion JUCE
Submodule JUCE updated 902 files
6 changes: 3 additions & 3 deletions packaging/installer.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define Version Trim(FileRead(FileOpen("..\VERSION")))
#define ProjectName GetEnv('PROJECT_NAME')
#define ProductName GetEnv('PRODUCT_NAME')
#define Publisher GetEnv('COMPANY_NAME')
#define ProjectName 'Austrian Audio Plugins'
#define ProductName 'PolarDesigner'
#define Publisher 'AustrianAudio'
#define Year GetDateTimeString("yyyy","","")

[Setup]
Expand Down

0 comments on commit 0f81bf6

Please sign in to comment.