diff --git a/.appveyor.yml b/.appveyor.yml index 93e41184d..402772d86 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -98,18 +98,23 @@ matrix: install: - cmd: git submodule update --init --recursive + - cmd: pip install git+https://github.com/mdavidsaver/ci-core-dumper#egg=ci-core-dumper - cmd: python .ci/cue.py prepare build_script: - cmd: python .ci/cue.py build test_script: + - cmd: python -m ci_core_dumper install - cmd: python .ci/cue.py test on_finish: - ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - cmd: python .ci/cue.py build test-results -s +on_failure: + - cmd: python -m ci_core_dumper report + #---------------------------------# # debugging # #---------------------------------# diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 90b4c6e28..d0ae0dc3f 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -103,6 +103,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: true + - name: Automatic core dumper analysis + uses: mdavidsaver/ci-core-dumper@master - name: "apt-get install" run: | sudo apt-get update