From e20151439bbe012985de9ceca40903f2cec2b0fc Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 3 Dec 2020 07:52:45 -0800 Subject: [PATCH] ci: use ci-core-dumper --- .appveyor.yml | 5 +++++ .github/workflows/ci-scripts-build.yml | 2 ++ 2 files changed, 7 insertions(+) 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