mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 06:07:06 +01:00
Always run CPack, even on Windows in release mode
This commit is contained in:
@@ -6,10 +6,10 @@ set -euxo pipefail
|
|||||||
|
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
cpack -C "${AUDACITY_BUILD_TYPE}" --verbose
|
||||||
|
|
||||||
if [[ "${OSTYPE}" == msys* && ${GIT_BRANCH} == release* ]]; then # Windows
|
if [[ "${OSTYPE}" == msys* && ${GIT_BRANCH} == release* ]]; then # Windows
|
||||||
cmake --build . --target innosetup --config "${AUDACITY_BUILD_TYPE}"
|
cmake --build . --target innosetup --config "${AUDACITY_BUILD_TYPE}"
|
||||||
else
|
|
||||||
cpack -C "${AUDACITY_BUILD_TYPE}" --verbose
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove the temporary directory
|
# Remove the temporary directory
|
||||||
|
|||||||
Reference in New Issue
Block a user