Skip to content

Commit

Permalink
Update Nightlies: BYOD
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 18, 2023
1 parent 21069f8 commit 97d110b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions plugins/BYOD/linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ USERNAME="jatinchowdhury18"
PASSWORD="$OUR_GITHUB_PAT"
add_ons_repo="https://github.com/Chowdhury-DSP/BYOD-add-ons"
jai_repo="https://github.com/Chowdhury-DSP/jai-minimal"
math_approx_repo="https://github.com/Chowdhury-DSP/math_approx"

add_ons_repo_with_pass="${add_ons_repo:0:8}$USERNAME:$PASSWORD@${add_ons_repo:8}"
git clone $add_ons_repo_with_pass modules/BYOD-add-ons

jai_repo_with_pass="${jai_repo:0:8}$USERNAME:$PASSWORD@${jai_repo:8}"
git clone $jai_repo_with_pass modules/jai

math_approx_repo_with_pass="${math_approx_repo:0:8}$USERNAME:$PASSWORD@${math_approx_repo:8}"
git clone $math_approx_repo_with_pass modules/math_approx

# build 64-bit
cmake -Bbuild -DBYOD_BUILD_ADD_ON_MODULES=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_RELEASE=ON -DCMAKE_CXX_COMPILER=g++-11
cmake --build build --config Release --parallel 4
Expand Down
4 changes: 4 additions & 0 deletions plugins/BYOD/mac_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ USERNAME="jatinchowdhury18"
PASSWORD="$OUR_GITHUB_PAT"
add_ons_repo="https://github.com/Chowdhury-DSP/BYOD-add-ons"
jai_repo="https://github.com/Chowdhury-DSP/jai-minimal"
math_approx_repo="https://github.com/Chowdhury-DSP/math_approx"

add_ons_repo_with_pass="${add_ons_repo:0:8}$USERNAME:$PASSWORD@${add_ons_repo:8}"
git clone $add_ons_repo_with_pass modules/BYOD-add-ons

jai_repo_with_pass="${jai_repo:0:8}$USERNAME:$PASSWORD@${jai_repo:8}"
git clone $jai_repo_with_pass modules/jai

math_approx_repo_with_pass="${math_approx_repo:0:8}$USERNAME:$PASSWORD@${math_approx_repo:8}"
git clone $math_approx_repo_with_pass modules/math_approx

# set up SDK paths
sed -i -e "s~# juce_set_vst2_sdk_path.*~juce_set_vst2_sdk_path(${SDK_PATH}/VST2_SDK)~" CMakeLists.txt

Expand Down
2 changes: 1 addition & 1 deletion plugins/BYOD/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BYOD",
"repo": "https://github.com/Chowdhury-DSP/BYOD",
"hash": "bacc53a16efd222f0bbe24aa6b2eb521ec52e9ba",
"hash": "5cac170196aa8061a5341cfc63d55f33035fbd40",
"tag": "v0.1.0",
"branch": "main"
}
4 changes: 4 additions & 0 deletions plugins/BYOD/win_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ USERNAME="jatinchowdhury18"
PASSWORD="$OUR_GITHUB_PAT"
add_ons_repo="https://github.com/Chowdhury-DSP/BYOD-add-ons"
jai_repo="https://github.com/Chowdhury-DSP/jai-minimal"
math_approx_repo="https://github.com/Chowdhury-DSP/math_approx"

add_ons_repo_with_pass="${add_ons_repo:0:8}$USERNAME:$PASSWORD@${add_ons_repo:8}"
git clone $add_ons_repo_with_pass modules/BYOD-add-ons

jai_repo_with_pass="${jai_repo:0:8}$USERNAME:$PASSWORD@${jai_repo:8}"
git clone $jai_repo_with_pass modules/jai

math_approx_repo_with_pass="${math_approx_repo:0:8}$USERNAME:$PASSWORD@${math_approx_repo:8}"
git clone $math_approx_repo_with_pass modules/math_approx

# set up SDK paths
sed -i -e "s~# juce_set_vst2_sdk_path.*~juce_set_vst2_sdk_path(${VST_SDK})~" CMakeLists.txt

Expand Down

0 comments on commit 97d110b

Please sign in to comment.