diff --git a/.appveyor.yml b/.appveyor.yml index 3d8c595..d04065e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -78,6 +78,7 @@ before_test: 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 on_failure: diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index bc415eb..e5935af 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -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