Skip to content

Commit

Permalink
v2.1.5: enable MacOS builds and pluginval
Browse files Browse the repository at this point in the history
  • Loading branch information
austrianAudioJV committed Dec 20, 2023
1 parent 3087858 commit ed8e2a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.1.5

0 comments on commit ed8e2a7

Please sign in to comment.