Skip to content

Commit 10e4b07

Browse files
authored
Adding CTest output (#278)
1 parent 433fd91 commit 10e4b07

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.ci/azure-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
steps:
22

3-
- script: ctest --output-on-failure -C $(cli11.build_type)
3+
- script: ctest --output-on-failure -C $(cli11.build_type) -T test
44
displayName: 'Test'
55
workingDirectory: build
6+
7+
- task: PublishTestResults@2
8+
inputs:
9+
testResultsFormat: 'cTest'
10+
testResultsFiles: '**/Test.xml'
11+
12+

0 commit comments

Comments
 (0)