mirror of
https://github.com/curl/curl.git
synced 2026-07-30 13:28:27 +03:00
GHA/windows: try seeing diskspace use
This commit is contained in:
parent
51bc836c42
commit
25101018ba
1 changed files with 15 additions and 0 deletions
15
.github/workflows/windows.yml
vendored
15
.github/workflows/windows.yml
vendored
|
|
@ -182,6 +182,9 @@ jobs:
|
|||
make -C bld V=1 examples
|
||||
fi
|
||||
|
||||
- name: 'diskspace used'
|
||||
run: du -sh .
|
||||
|
||||
msys2: # both msys and mingw-w64
|
||||
name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.env }} ${{ matrix.name }} ${{ matrix.test }}"
|
||||
runs-on: ${{ matrix.image || 'windows-latest' }}
|
||||
|
|
@ -406,6 +409,9 @@ jobs:
|
|||
make -C bld V=1 examples
|
||||
fi
|
||||
|
||||
- name: 'diskspace used'
|
||||
run: du -sh .
|
||||
|
||||
mingw-w64-standalone-downloads:
|
||||
name: 'dl-mingw, CM ${{ matrix.ver }}-${{ matrix.env }} ${{ matrix.name }}'
|
||||
runs-on: windows-latest
|
||||
|
|
@ -585,6 +591,9 @@ jobs:
|
|||
PATH="/d/my-cache/${MATRIX_DIR}/bin:$PATH"
|
||||
cmake --build bld --target curl-examples
|
||||
|
||||
- name: 'diskspace used'
|
||||
run: du -sh .
|
||||
|
||||
linux-cross-mingw-w64:
|
||||
name: "linux-mingw, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.compiler }}"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -684,6 +693,9 @@ jobs:
|
|||
make -C bld examples
|
||||
fi
|
||||
|
||||
- name: 'diskspace used'
|
||||
run: du -sh .
|
||||
|
||||
msvc:
|
||||
name: 'msvc, CM ${{ matrix.arch }}-${{ matrix.plat }} ${{ matrix.name }}'
|
||||
runs-on: ${{ matrix.image || 'windows-latest' }}
|
||||
|
|
@ -925,3 +937,6 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
if: ${{ contains(matrix.name, '+examples') }}
|
||||
run: cmake --build bld --config "${MATRIX_TYPE}" --parallel 5 --target curl-examples
|
||||
|
||||
- name: 'diskspace used'
|
||||
run: du -sh .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue