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

record installed packages for each build

parent d8a81b24
No related branches found
No related tags found
No related merge requests found
...@@ -414,6 +414,12 @@ then ...@@ -414,6 +414,12 @@ then
upload_item symbolfile "$build_dir/$symbolfile" binary/octet-stream upload_item symbolfile "$build_dir/$symbolfile" binary/octet-stream
done done
# Upload the actual dependencies used
if [ -r "$build_dir/packages/installed-packages.xml" ]
then
upload_item installer "$build_dir/packages/installed-packages.xml" text/xml
fi
# Upload the llphysicsextensions_tpv package, if one was produced # Upload the llphysicsextensions_tpv package, if one was produced
# *TODO: Make this an upload-extension # *TODO: Make this an upload-extension
if [ -r "$build_dir/llphysicsextensions_package" ] if [ -r "$build_dir/llphysicsextensions_package" ]
......
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