comparison deploy/clean-build-and-package @ 379:276c3764ab10

Mac build (but not yet package)
author Chris Cannam
date Fri, 05 Jun 2020 15:10:22 +0100
parents a296bbde0861
children e4c3c99d219c
comparison
equal deleted inserted replaced
378:a296bbde0861 379:276c3764ab10
14 mkdir -p packages 14 mkdir -p packages
15 echo 15 echo
16 16
17 if [ -d /Applications ]; then 17 if [ -d /Applications ]; then
18 18
19 : 19 qmake="$HOME/code/qt-builds/qt-5.14.2-static-nogui/bin/qmake"
20
21 echo "Proceed to rebuild, package, and sign version $version using"
22 echo -n "qmake path \"$qmake\" [Yn] ? "
23 read yn
24 case "$yn" in "") ;; [Yy]) ;; *) exit 3;; esac
25 echo "Proceeding"
26
27 ./repoint install
28
29 rm -rf .qmake.stash
30 "$qmake" -r
31 make clean
32 make -j3
20 33
21 else 34 else
22 35
23 echo -n "Proceed to rebuild and package version $version [Yn] ? " 36 echo -n "Proceed to rebuild and package version $version [Yn] ? "
24 read yn 37 read yn