Skip to content
Snippets Groups Projects
Commit 0dcc2783 authored by Oz Linden's avatar Oz Linden
Browse files

fix tarball creation for doxygen output

parent b97a4c8f
No related branches found
No related tags found
No related merge requests found
......@@ -263,13 +263,14 @@ do
fi
if [ -d "$build_dir/doxygen/html" ]
then
(cd "$build_dir/doxygen/html"; tar cjf "$build_dir/viewer-doxygen.tar.bz2" .)
tar -c -f "$build_dir/viewer-doxygen.tar.bz2" --strip-components 3 "$build_dir/doxygen/html"
upload_item docs "$build_dir/viewer-doxygen.tar.bz2" binary/octet-stream
fi
;;
*)
;;
esac
else
record_failure "Build of \"$variant\" failed."
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment