File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -107,17 +107,20 @@ function build() {
107
107
-DCMAKE_SYSTEM_PROCESSOR=${ARCH}
108
108
109
109
cmake --build . --config Release
110
+ cd ..
110
111
fi
111
112
112
113
# List all files in the build directory
113
114
echo " Listing all files in build directory:"
114
- ls -a " videoInputSrcAndDemos/ build_${TYPE} _${ARCH} "
115
+ ls -a " build_${TYPE} _${ARCH} "
115
116
116
117
# List all files in the Release directory if it exists
117
- if [ -d " videoInputSrcAndDemos/ build_${TYPE} _${ARCH} /Release" ]; then
118
+ if [ -d " build_${TYPE} _${ARCH} /Release" ]; then
118
119
echo " Listing all files in Release directory:"
119
- ls -a " videoInputSrcAndDemos/ build_${TYPE} _${ARCH} /Release"
120
+ ls -a " build_${TYPE} _${ARCH} /Release"
120
121
fi
122
+
123
+ cd ..
121
124
}
122
125
123
126
# executed inside the lib src dir, first arg $1 is the dest libs dir root
You can’t perform that action at this time.
0 commit comments