Skip to content

Commit

Permalink
Add build type
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 9, 2024
1 parent baf0bfc commit 9203c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# JUCE
- name: Configure JUCE
working-directory: ${{runner.workspace}}/rotor/JUCE
run: cmake -B bin .
run: cmake -B bin . -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE}}

- name: Build JUCE
working-directory: ${{runner.workspace}}/rotor/JUCE
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ ${PRECOMPILE_STEP} = true ]; then
fi

echo -e "Configuring ${PLUGIN_NAME}...\n"
cmake -B bin .
cmake -B bin . -DCMAKE_BUILD_TYPE="$BUILD_TYPE"
echo -e "\n[Success] Configured plugin build!\n"

echo -e "Building ${PLUGIN_NAME}...\n"
Expand Down

0 comments on commit 9203c1b

Please sign in to comment.