blob: 7625c5d48a9fc2eeb7501f9c701fad1c87592cc8 [file] [log] [blame]
cd build
cpack -G TGZ
cpack -G DragNDrop
case "$CMAKE_CI_PACKAGE" in
dev)
;;
*)
mkdir -p unsigned
mv cmake-*-macos*-universal.* unsigned/
;;
esac