File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ platforms:
60
60
script_location : toolchain/ci
61
61
template_location : toolchain/cmake/Templates
62
62
version :
63
- hotfix : 21
63
+ hotfix : 22
64
64
major : 0
65
65
minor : 3
66
66
patch : 0
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ case $1 in
74
74
;;
75
75
" compress-usr-dir" )
76
76
OUTPUT=$( realpath .) /${2} _${BUILDVARIANT} .tar.bz2
77
- INSTALL_DIR=$( realpath .) /install
77
+ INSTALL_DIR=$( realpath .) /build/ install
78
78
79
79
echo " -- Creating $OUTPUT from $INSTALL_DIR "
80
80
@@ -87,12 +87,12 @@ case $1 in
87
87
echo " -- Install dir: ${INSTALL_DIR} "
88
88
ls ${INSTALL_DIR}
89
89
90
- echo " -- Install dir contents:"
91
- ls -R ${INSTALL_DIR}
92
- echo " -- Build dir contents:"
93
- ls ${INSTALL_DIR}
94
- echo " -- Root dir contents:"
95
- ls -R $( realpath .)
90
+ # echo "-- Install dir contents:"
91
+ # ls -R ${INSTALL_DIR}
92
+ # echo "-- Build dir contents:"
93
+ # ls ${INSTALL_DIR}
94
+ # echo "-- Root dir contents:"
95
+ # ls -R $(realpath .)
96
96
97
97
pushd ${INSTALL_DIR}
98
98
case $2 in
@@ -109,6 +109,9 @@ case $1 in
109
109
--exclude=${INSTALL_DIR} /packaged \
110
110
${INSTALL_DIR}
111
111
;;
112
+ * )
113
+ echo " -- Unhandled case $2 "
114
+ ;;
112
115
esac
113
116
popd
114
117
;;
You can’t perform that action at this time.
0 commit comments