Added bfr tests to azure pipelines test runs

This commit is contained in:
David G Yu 2022-09-08 10:00:03 -07:00
parent 3daa08b1dd
commit 18d28a1601

View File

@ -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: