Skip to content

Commit

Permalink
Always run CPack, even on Windows in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib authored Jun 30, 2021
1 parent 870fc5d commit 84d5e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84d5e63

Please sign in to comment.