Update release.yml

This commit is contained in:
Mike Oliphant
2025-01-28 08:55:50 -08:00
committed by GitHub
parent 5f91734de9
commit 46c2bb823f
+4 -4
View File
@@ -42,7 +42,7 @@ jobs:
env: env:
CXX: clang++ CXX: clang++
run: | run: |
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DLSTM_PREFER_NAM=OFF -DWAVENET_PREFER_NAM=OFF
cmake --build . --config $BUILD_TYPE -j4 cmake --build . --config $BUILD_TYPE -j4
- name: Add LV2 Archive - name: Add LV2 Archive
@@ -73,7 +73,7 @@ jobs:
env: env:
CXX: clang++ CXX: clang++
run: | run: |
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_NATIVE_ARCH=ON -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_NATIVE_ARCH=ON -DLSTM_PREFER_NAM=OFF -DWAVENET_PREFER_NAM=OFF
cmake --build . --config $BUILD_TYPE -j4 cmake --build . --config $BUILD_TYPE -j4
- name: Add LV2 Archive - name: Add LV2 Archive
@@ -102,7 +102,7 @@ jobs:
- name: Build Plugin - name: Build Plugin
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
run: | run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 -T ClangCL -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON .. cmake.exe -G "Visual Studio 17 2022" -A x64 -T ClangCL -DLSTM_PREFER_NAM=OFF -DWAVENET_PREFER_NAM=OFF ..
cmake --build . --config=release -j4 cmake --build . --config=release -j4
- name: Add LV2 Archive - name: Add LV2 Archive
@@ -130,7 +130,7 @@ jobs:
- name: Build Plugin - name: Build Plugin
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
run: | run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 -DUSE_NATIVE_ARCH=ON -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON -T ClangCL .. cmake.exe -G "Visual Studio 17 2022" -A x64 -DUSE_NATIVE_ARCH=ON -DLSTM_PREFER_NAM=OFF -DWAVENET_PREFER_NAM=OFF -T ClangCL ..
cmake --build . --config=release -j4 cmake --build . --config=release -j4
- name: Add LV2 Archive - name: Add LV2 Archive