ci: add ci-core-dumper
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ test_script:
|
||||
- cmd: reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AeDebug"
|
||||
- cmd: reg query "HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug"
|
||||
- cmd: python .ci/cue.py --add-path "{TOP}\bin\{EPICS_HOST_ARCH}" --add-path "{TOP}\bundle\usr\{EPICS_HOST_ARCH}\lib" exec pvxinfo -D
|
||||
- cmd: python .ci/cue.py --add-path "{TOP}\bundle\usr\{EPICS_HOST_ARCH}\lib" test
|
||||
- cmd: python -m ci_core_dumper exec python .ci/cue.py --add-path "{TOP}\bundle\usr\{EPICS_HOST_ARCH}\lib" test
|
||||
|
||||
on_failure:
|
||||
- cmd: python -m ci_core_dumper -v report
|
||||
|
||||
@@ -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