CircleCI: have sizes output kept in CircleCI forever just as hashes

This commit is contained in:
Thierry Laurion 2023-06-27 11:05:17 -04:00
parent ce00b750f9
commit 3bab585bc0
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -24,7 +24,11 @@ commands:
- run:
name: Output hashes
command: |
cat build/<<parameters.arch>>/<<parameters.target>>/hashes.txt || echo "No hashes for this build step..."\
cat build/<<parameters.arch>>/<<parameters.target>>/hashes.txt || echo "No hashes.txt for this build step..."
- run:
name: Output sizes
command: |
cat build/<<parameters.arch>>/<<parameters.target>>/sizes.txt || echo "No sizes.txt for this build step..."
- run:
name: Archiving build logs.
command: |