mirror of
https://github.com/curl/curl
synced 2026-08-25 12:32:35 -04:00
appveyor: show disk space used in each job
Also bump minimum dir size in GHA, to reduce details.
Follow-up to be71475b13 #18150
Closes #18235
This commit is contained in:
parent
dda251ef10
commit
869506d2da
2 changed files with 12 additions and 5 deletions
|
|
@ -165,3 +165,10 @@ if [ "${EXAMPLES}" = 'ON' ] && \
|
|||
[ "${BUILD_SYSTEM}" = 'CMake' ]; then
|
||||
time cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples
|
||||
fi
|
||||
|
||||
# disk space used
|
||||
|
||||
du -sh .; echo; du -sh -t 250KB ./*
|
||||
if [ "${BUILD_SYSTEM}" = 'CMake' ]; then
|
||||
echo; du -h -t 250KB _bld
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue