disk usage github actions, for debugging linux build issue

This commit is contained in:
Thijs Wenker 2020-05-04 11:28:35 +02:00
parent bbda0cc6d0
commit 488cea43cd

View file

@ -121,6 +121,13 @@ jobs:
working-directory: ${{runner.workspace}}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE --target package $CMAKE_BUILD_EXTRA
- name: Output system stats
if: ${{ always() }}
working-directory: ${{runner.workspace}}/build
shell: bash
run: |
echo "Disk usage:"
df -h
- name: Output Installer Logs
if: failure() && matrix.os == 'windows-latest'
shell: bash