ci: add ci-core-dumper

This commit is contained in:
Michael Davidsaver
2020-12-31 13:00:19 -08:00
parent 32debd3e40
commit acb7156767
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -132,6 +132,8 @@ jobs:
sudo apt-get update
sudo apt-get -y install g++-${GCC_NAME#gcc-}
if: matrix.utoolchain
- name: Automatic core dumper analysis
uses: mdavidsaver/ci-core-dumper@master
- name: Prepare and compile dependencies
run: python .ci/cue.py prepare
- name: Build libevent
@@ -141,7 +143,7 @@ jobs:
- name: Host info
run: python .ci/cue.py --add-path "{TOP}/bin/{EPICS_HOST_ARCH}" --add-path "{TOP}/bundle/usr/{EPICS_HOST_ARCH}/lib" exec pvxinfo -D
- name: Run main module tests
run: python .ci/cue.py --add-path "{TOP}/bundle/usr/{EPICS_HOST_ARCH}/lib" test
run: python -m ci_core_dumper exec python .ci/cue.py --add-path "{TOP}/bundle/usr/{EPICS_HOST_ARCH}/lib" test
- name: Collect and show test results
run: python .ci/cue.py test-results
- name: CDT Check