ci: add ci-core-dumper
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user