Skip to content

Commit c6a9554

Browse files
author
Janos Buttgereit
committed
Actions: Temporarily disabled AAX build
1 parent 49235d2 commit c6a9554

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/BuildAndSignMac.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
with:
1414
submodules: recursive
1515

16-
- name: Fetch AAX SDK from private repository
17-
run: gh release download --repo JanosGit/AAX_SDK 2.4.0
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.AAX_LIBRARY_REPOSITORY_TOKEN }}
16+
#- name: Fetch AAX SDK from private repository
17+
# run: gh release download --repo JanosGit/AAX_SDK 2.4.0
18+
# env:
19+
# GITHUB_TOKEN: ${{ secrets.AAX_LIBRARY_REPOSITORY_TOKEN }}
2020

21-
- name: Unzip AAX SDK
22-
run: tar -xf AAX-SDK-mac.zip
21+
#- name: Unzip AAX SDK
22+
# run: tar -xf AAX-SDK-mac.zip
2323

2424
- name: Install rust target aarch64-apple-darwin
2525
run: rustup target add aarch64-apple-darwin
@@ -28,7 +28,7 @@ jobs:
2828
# CMake configuration ================================================================================
2929
- name: Configure CMake
3030
working-directory: ${{ runner.workspace }}
31-
run: cmake -S Schrammel_OJD -B ${{ runner.workspace }}/build -DCOPY_PLUGIN_AFTER_BUILD=FALSE -DAAX_SDK_PATH=AAX-SDK-mac
31+
run: cmake -S Schrammel_OJD -B ${{ runner.workspace }}/build -DCOPY_PLUGIN_AFTER_BUILD=FALSE #-DAAX_SDK_PATH=AAX-SDK-mac
3232

3333

3434
# Build ==============================================================================================
@@ -47,8 +47,8 @@ jobs:
4747
- name: Move VST3 to output folder
4848
run: mv ${{ runner.workspace }}/build/OJD-VST3_artefacts/VST3 ${{ runner.workspace }}/OJD-build-output
4949

50-
- name: Move AAX to output folder
51-
run: mv ${{ runner.workspace }}/build/OJD-AAX_artefacts/AAX ${{ runner.workspace }}/OJD-build-output
50+
#- name: Move AAX to output folder
51+
# run: mv ${{ runner.workspace }}/build/OJD-AAX_artefacts/AAX ${{ runner.workspace }}/OJD-build-output
5252

5353

5454
# Codesigning ========================================================================================

.github/workflows/BuildWindows.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
with:
1414
submodules: recursive
1515

16-
- name: Fetch AAX SDK from private repository
17-
run: gh release download --repo JanosGit/AAX_SDK 2.4.0
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.AAX_LIBRARY_REPOSITORY_TOKEN }}
16+
#- name: Fetch AAX SDK from private repository
17+
# run: gh release download --repo JanosGit/AAX_SDK 2.4.0
18+
# env:
19+
# GITHUB_TOKEN: ${{ secrets.AAX_LIBRARY_REPOSITORY_TOKEN }}
2020

21-
- name: Unzip AAX SDK
22-
run: tar -xf AAX-SDK-windows.zip
21+
#- name: Unzip AAX SDK
22+
# run: tar -xf AAX-SDK-windows.zip
2323

2424

2525
# CMake configuration ================================================================================
2626
- name: Configure CMake
2727
working-directory: ${{ runner.workspace }}
28-
run: cmake -S Schrammel_OJD -B ${{ runner.workspace }}/build -DCOPY_PLUGIN_AFTER_BUILD=FALSE -DAAX_SDK_PATH=AAX-SDK-windows
28+
run: cmake -S Schrammel_OJD -B ${{ runner.workspace }}/build -DCOPY_PLUGIN_AFTER_BUILD=FALSE #-DAAX_SDK_PATH=AAX-SDK-windows
2929

3030

3131
# Build ==============================================================================================
@@ -43,9 +43,9 @@ jobs:
4343
run: Copy-Item -Path '${{ runner.workspace }}\build\OJD-VST3_artefacts\Release\VST3' -Destination '${{ runner.workspace }}\OJD-build-output' -Recurse
4444
if: runner.os == 'Windows'
4545

46-
- name: Copy AAX to output folder
47-
run: Copy-Item -Path '${{ runner.workspace }}\build\OJD-AAX_artefacts\Release\AAX' -Destination '${{ runner.workspace }}\OJD-build-output' -Recurse
48-
if: runner.os == 'Windows'
46+
#- name: Copy AAX to output folder
47+
# run: Copy-Item -Path '${{ runner.workspace }}\build\OJD-AAX_artefacts\Release\AAX' -Destination '${{ runner.workspace }}\OJD-build-output' -Recurse
48+
# if: runner.os == 'Windows'
4949

5050

5151
# Upload build artifacts ============================================================================

0 commit comments

Comments
 (0)