Skip to content
Snippets Groups Projects
Commit c0e83b39 authored by Todd Stinson's avatar Todd Stinson
Browse files

Only uploading the map file for Release builds.

parent 713aa9f2
Branches
Tags
No related merge requests found
...@@ -272,8 +272,13 @@ then ...@@ -272,8 +272,13 @@ then
gzip $mapfilepath/secondlife-bin.MAP gzip $mapfilepath/secondlife-bin.MAP
mapfile=secondlife-bin-$arch.MAP.gz mapfile=secondlife-bin-$arch.MAP.gz
mv $mapfilepath/secondlife-bin.MAP.gz $mapfilepath/$mapfile mv $mapfilepath/secondlife-bin.MAP.gz $mapfilepath/$mapfile
if [ x"$variant" = xRelease ]
then
upload_item mapfile "$mapfilepath/$mapfile" binary/octet-stream upload_item mapfile "$mapfilepath/$mapfile" binary/octet-stream
echo "Uploaded mapfile" echo "Uploaded mapfile for $variant"
else
echo "Skipping mapfile upload for $variant"
fi
[ -f summary.json ] && upload_item installer summary.json text/plain [ -f summary.json ] && upload_item installer summary.json text/plain
# Upload crash reporter files. # Upload crash reporter files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment