1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-22 00:47:13 +01:00

Always run CPack, even on Windows in release mode

This commit is contained in:
Dmitry Vedenko
2021-06-30 11:00:10 +03:00
committed by GitHub
parent 870fc5d626
commit 84d5e63dbc

View File

@@ -6,10 +6,10 @@ set -euxo pipefail
cd build
cpack -C "${AUDACITY_BUILD_TYPE}" --verbose
if [[ "${OSTYPE}" == msys* && ${GIT_BRANCH} == release* ]]; then # Windows
cmake --build . --target innosetup --config "${AUDACITY_BUILD_TYPE}"
else
cpack -C "${AUDACITY_BUILD_TYPE}" --verbose
fi
# Remove the temporary directory