diff options
author | Steven Koo <steven.koo@ni.com> | 2022-02-07 22:46:45 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-08 13:54:23 -0600 |
commit | 02152fd7a652444cd5a41709f1139ff1b3d42e8d (patch) | |
tree | 33071663818bcea2abfd959fef4412f3f012f527 /.ci/templates/steps-build-uhd-make-homebrew-macos.yml | |
parent | a263d72769cc4e975f35f44360e729da9ed5a8d3 (diff) | |
download | uhd-02152fd7a652444cd5a41709f1139ff1b3d42e8d.tar.gz uhd-02152fd7a652444cd5a41709f1139ff1b3d42e8d.tar.bz2 uhd-02152fd7a652444cd5a41709f1139ff1b3d42e8d.zip |
ci: Enable ctest on macOS builds
Signed-off-by: Steven Koo <steven.koo@ni.com>
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 |