From 18d28a16010c65fce5fa942d93ab5db40c5f2d82 Mon Sep 17 00:00:00 2001 From: David G Yu Date: Thu, 8 Sep 2022 10:00:03 -0700 Subject: [PATCH] Added bfr tests to azure pipelines test runs --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1c5d8f26..a6b616ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: displayName: 'Building OpenSubdiv' - script: | cd $HOME/OSDgen/build/s - sudo ctest -T test -R far + sudo ctest -T test -R "bfr|far" displayName: 'Testing OpenSubdiv' - task: PublishTestResults@2 inputs: @@ -38,7 +38,7 @@ jobs: displayName: 'Building OpenSubdiv' - script: | cd $HOME/OSDgen/build/s - ctest -T test -R far + ctest -T test -R "bfr|far" displayName: 'Testing OpenSubdiv' - task: PublishTestResults@2 inputs: @@ -60,7 +60,7 @@ jobs: displayName: 'Building OpenSubdiv' - script: | cd %HOME%/OSDgen/build/s - ctest -T test -R far + ctest -T test -R "bfr|far" displayName: 'Testing OpenSubdiv' - task: PublishTestResults@2 inputs: