We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d1edb commit 155b787Copy full SHA for 155b787
1 file changed
samples-android/build.sh
@@ -29,10 +29,8 @@ declare -i pipestatus=0
29
declare failed="Failures: "
30
for target in "${targets[@]}"; do
31
echo "Building ${target}..." >&2
32
-# pushd
33
${script_dir}/${target}/src/main/build.sh $@ 2>&1 \
34
| add_timestamp ${target} | tee build.log
35
-# popd
36
pipestatus=${PIPESTATUS[0]}
37
status=status+pipestatus
38
[ ${pipestatus} -ne 0 ] && failed=${failed}.${target}
0 commit comments