ci: run pvxinfo -D

This commit is contained in:
Michael Davidsaver
2020-12-13 18:13:24 -08:00
parent 47882d759d
commit dae583cfea
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -132,8 +132,10 @@ jobs:
run: python .ci/cue.py exec python .ci-local/libevent.py
- name: Build main module
run: python .ci/cue.py build
- 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 .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