blob: 9ec2942eaf19780c7b41d65968af5601d79ba01c [file] [log] [blame]
if (Test-Path -Path "build/ci_package_info.cmake" -PathType Leaf) {
cmake -P .gitlab/ci/package_windows_build.cmake
} else {
cd build
cpack -G ZIP
cpack -G WIX
}