diff options
Diffstat (limited to '.ci/templates/steps-build-uhd-make-homebrew-macos.yml')
-rw-r--r-- | .ci/templates/steps-build-uhd-make-homebrew-macos.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/templates/steps-build-uhd-make-homebrew-macos.yml b/.ci/templates/steps-build-uhd-make-homebrew-macos.yml index 9ba7bfe52..6feaed48b 100644 --- a/.ci/templates/steps-build-uhd-make-homebrew-macos.yml +++ b/.ci/templates/steps-build-uhd-make-homebrew-macos.yml @@ -25,5 +25,11 @@ steps: displayName: make homebrew macOS UHD - script: | + cd ${{ parameters.uhdBuildDir }} + ctest --no-compress-output --output-on-failure -T test + continueOnError: true + displayName: ctest make homebrew macOS UHD + +- script: | rm -rf ${{ parameters.uhdBuildDir }}/pyenv displayName: Delete venv |